summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-02-26 17:06:10 +0100
committerunknown <df@pippilotta.erinye.com>2007-02-26 17:06:10 +0100
commit81dfa8a9babc85da6f689d3d2c41fe00018337d0 (patch)
treeea83853cd06cb9c0fc960233145ae14a82a3b011 /BUILD
parent1eb71c68cb1b2f335a8e6b393cdb3e724ea65a0a (diff)
downloadmariadb-git-81dfa8a9babc85da6f689d3d2c41fe00018337d0.tar.gz
BUG#20013 No pentium_cflags in SETUP.sh
--- Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build-work-20013 into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build --- reorder lines from BUG#20013 to resemble order in 5.0 BUILD/SETUP.sh: BUG#20013 No pentium_cflags in SETUP.sh --- reorder lines from BUG#20013 to resemble order in 5.0
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/SETUP.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD/SETUP.sh b/BUILD/SETUP.sh
index 11dd67d5de0..6b3708f475f 100755
--- a/BUILD/SETUP.sh
+++ b/BUILD/SETUP.sh
@@ -172,6 +172,7 @@ max_configs="$SSL_LIBRARY --with-plugins=max --with-embedded-server"
alpha_cflags="$check_cpu_cflags -Wa,-m$cpu_flag"
amd64_cflags="$check_cpu_cflags"
amd64_cxxflags="" # If dropping '--with-big-tables', add here "-DBIG_TABLES"
+pentium_cflags="$check_cpu_cflags"
pentium64_cflags="$check_cpu_cflags -m64"
ppc_cflags="$check_cpu_cflags"
sparc_cflags=""