summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-pentium')
-rwxr-xr-xBUILD/compile-pentium15
1 files changed, 8 insertions, 7 deletions
diff --git a/BUILD/compile-pentium b/BUILD/compile-pentium
index 2197ca28628..cdbc7e773eb 100755
--- a/BUILD/compile-pentium
+++ b/BUILD/compile-pentium
@@ -1,9 +1,10 @@
-AM_MAKEFLAGS="-j 2"
-make -k clean
-/bin/rm -f */.deps/*.P config.cache
+#! /bin/sh
-aclocal; autoheader; aclocal; automake; autoconf
+path=`dirname $0`
+. "$path/SETUP.sh"
-CFLAGS="-O6 -mpentiumpro -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -mpentiumpro -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex --enable-thread-safe-client
-make -j 2
-strip sql/mysqld
+extra_flags="$pentium_cflags $fast_cflags"
+extra_configs="$pentium_configs"
+strip=yes
+
+. "$path/FINISH.sh"