4
/bin/rm -f */.deps/*.P config.cache
9
# To compile 64 bit, add -xarch=amd64 to EXTRA_64_BIT
10
EXTRA_64_BIT="-xarch=amd64"
12
# For "optimal" code for this computer add -fast to EXTRA. Note that
13
# this causes problem with debugging the program since -fast implies
18
# The following should not need to be touched
21
export CC CXX CFLAGS CXXFLAGS
22
STD="-g -mt -D_FORTEC_ $EXTRA $EXTRA_64_BIT $debug_cflags"
23
ASFLAGS="$EXTRA_64_BIT"
25
CFLAGS="-Xa -xstrconst $STD"
29
--prefix=/usr/local/mysql \
30
--localstatedir=/usr/local/mysql/data \
31
--libexecdir=/usr/local/mysql/bin \
32
--with-extra-charsets=complex \
33
--enable-thread-safe-client \
34
--enable-local-infile \
35
--with-zlib-dir=bundled \
38
--with-archive-storage-engine \
39
--with-named-curses=-lcurses \
42
--with-example-storage-engine \
43
--with-blackhole-storage-engine \
44
--with-federated-storage-engine \
45
--with-csv-storage-engine \