From 36d8535a4fe68df5577e94a71a151a816606be2e Mon Sep 17 00:00:00 2001 From: Davi Arnaut Date: Tue, 30 Sep 2008 17:57:48 -0300 Subject: 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 --- BUILD/compile-solaris-amd64-forte-debug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'BUILD/compile-solaris-amd64-forte-debug') 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 -- cgit v1.2.1