diff options
author | unknown <df@pippilotta.erinye.com> | 2007-02-26 17:06:10 +0100 |
---|---|---|
committer | unknown <df@pippilotta.erinye.com> | 2007-02-26 17:06:10 +0100 |
commit | 81dfa8a9babc85da6f689d3d2c41fe00018337d0 (patch) | |
tree | ea83853cd06cb9c0fc960233145ae14a82a3b011 /BUILD | |
parent | 1eb71c68cb1b2f335a8e6b393cdb3e724ea65a0a (diff) | |
download | mariadb-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-x | BUILD/SETUP.sh | 1 |
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="" |