summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-myodbc
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-pentium-myodbc')
-rwxr-xr-xBUILD/compile-pentium-myodbc14
1 files changed, 10 insertions, 4 deletions
diff --git a/BUILD/compile-pentium-myodbc b/BUILD/compile-pentium-myodbc
index 989f98eac60..4fcfc7e49dc 100755
--- a/BUILD/compile-pentium-myodbc
+++ b/BUILD/compile-pentium-myodbc
@@ -1,6 +1,12 @@
-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 --with-extra-charsets=complex --without-server
+extra_flags="$pentium_cflags $fast_cflags"
+extra_configs="$pentium_configs --without-server"
+
+make=no
+strip=yes
+
+. "$path/FINISH.sh"