summaryrefslogtreecommitdiff
path: root/BUILD/SETUP.sh
diff options
context:
space:
mode:
authordf@pippilotta.erinye.com <>2007-02-26 17:06:10 +0100
committerdf@pippilotta.erinye.com <>2007-02-26 17:06:10 +0100
commitb83053832291c67aa62374ff2d64533ef23fe1d8 (patch)
treeea83853cd06cb9c0fc960233145ae14a82a3b011 /BUILD/SETUP.sh
parent83a5eac0a43dfd7ca4ac4d01926c4dfc668a46e4 (diff)
downloadmariadb-git-b83053832291c67aa62374ff2d64533ef23fe1d8.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
Diffstat (limited to 'BUILD/SETUP.sh')
-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=""