summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-max
blob: 6eb71fcebb6369e361a6af7f88618a1331b65094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh"

extra_flags="$pentium_cflags $fast_cflags -g"
extra_configs="$pentium_configs"
#strip=yes

#extra_configs="$extra_configs --with-innodb --with-berkeley-db \
#	--with-embedded-server --enable-thread-safe-client \
#	--with-openssl --with-vio --with-raid --with-ndbcluster"
# removed per discussion with Brian and Sanja because it makes Bootstrap
# fail
extra_configs="$extra_configs --with-innodb --with-berkeley-db \
	--with-embedded-server --enable-thread-safe-client \
	--with-openssl --with-vio --with-raid --with-ndbcluster"

. "$path/FINISH.sh"