summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-amd64-forte
diff options
context:
space:
mode:
authorMichael Widenius <monty@mysql.com>2009-01-12 13:12:00 +0200
committerMichael Widenius <monty@mysql.com>2009-01-12 13:12:00 +0200
commitdd5b9fc6cd620d0826a10e184c0082880f97513d (patch)
tree94c74d793c73010314d54c106176bdbf89f2b87f /BUILD/compile-solaris-amd64-forte
parent7eda7f1337e633d473e432e9c74b3d2383b2f938 (diff)
parent7dc83c50436a36280e99f9c71006b05452d0b9fe (diff)
downloadmariadb-git-dd5b9fc6cd620d0826a10e184c0082880f97513d.tar.gz
Merge with base MySQL-5.1-maria
Diffstat (limited to 'BUILD/compile-solaris-amd64-forte')
-rwxr-xr-x[-rw-r--r--]BUILD/compile-solaris-amd64-forte7
1 files changed, 4 insertions, 3 deletions
diff --git a/BUILD/compile-solaris-amd64-forte b/BUILD/compile-solaris-amd64-forte
index 63aceb16c04..03a566a0d12 100644..100755
--- a/BUILD/compile-solaris-amd64-forte
+++ b/BUILD/compile-solaris-amd64-forte
@@ -7,22 +7,23 @@ path=`dirname $0`
. "$path/autorun.sh"
# For "optimal" code for this computer add -fast to EXTRA
-# To compile 64 bit, add -xarch=v9 to EXTRA_64_BIT
+# To compile 64 bit, add -m64 to EXTRA_64_BIT
-EXTRA_64_BIT="-xarch=amd64"
+EXTRA_64_BIT="-m64"
EXTRA="-fast"
#
# The following should not need to be touched
#
-export CC CXX CFLAGS CXXFLAGS
+export CC CXX CFLAGS CXXFLAGS LIBS
STD="-g -mt -D_FORTEC_ $EXTRA $EXTRA_64_BIT"
ASFLAGS="$EXTRA_64_BIT"
CC=cc-5.0
CFLAGS="-Xa -xstrconst $STD"
CXX=CC
CXXFLAGS="-noex $STD"
+LIBS=-lmtmalloc
./configure \
--prefix=/usr/local/mysql \
--localstatedir=/usr/local/mysql/data \