diff options
author | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2008-09-30 17:57:48 -0300 |
---|---|---|
committer | Davi Arnaut <Davi.Arnaut@Sun.COM> | 2008-09-30 17:57:48 -0300 |
commit | 36d8535a4fe68df5577e94a71a151a816606be2e (patch) | |
tree | 26e076878f87bc16432b8336df9e206f45ba8065 /BUILD/compile-solaris-amd64-forte-debug | |
parent | 0d24398697469deebd2b58cb16e355c09febbebc (diff) | |
download | mariadb-git-36d8535a4fe68df5577e94a71a151a816606be2e.tar.gz |
Bug#38727: BUILD/compile-solaris-* scripts should compile MySQL with libmtmalloc
Link with mtmalloc on Solaris as it is done in our release builds.
Replace deprecated flag with the newer option as already done in
other scripts.
BUILD/compile-solaris-amd64-forte:
Link to mtmalloc and replace deprecated flag.
BUILD/compile-solaris-amd64-forte-debug:
Replace deprecated flag.
BUILD/compile-solaris-sparc:
Link to mtmalloc.
BUILD/compile-solaris-sparc-forte:
Link to mtmalloc
Diffstat (limited to 'BUILD/compile-solaris-amd64-forte-debug')
-rw-r--r-- | BUILD/compile-solaris-amd64-forte-debug | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/compile-solaris-amd64-forte-debug b/BUILD/compile-solaris-amd64-forte-debug index 8e3ade9b429..4b0726bb3ce 100644 --- a/BUILD/compile-solaris-amd64-forte-debug +++ b/BUILD/compile-solaris-amd64-forte-debug @@ -6,8 +6,8 @@ gmake -k clean || true path=`dirname $0` . "$path/autorun.sh" -# To compile 64 bit, add -xarch=amd64 to EXTRA_64_BIT -EXTRA_64_BIT="-xarch=amd64" +# To compile 64 bit, add -m64 to EXTRA_64_BIT +EXTRA_64_BIT="-m64" # For "optimal" code for this computer add -fast to EXTRA. Note that # this causes problem with debugging the program since -fast implies |