summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-pgcc
diff options
context:
space:
mode:
authormonty@donna.mysql.com <>2000-12-18 16:09:19 +0200
committermonty@donna.mysql.com <>2000-12-18 16:09:19 +0200
commit155823ad5118be2fe50d9ef705bc5d627b7333b0 (patch)
treec93d85948282e07d8ce6727243cecb6a03d0335f /BUILD/compile-pentium-pgcc
parent5cce198b6959a910925bf90c5abfb2275bff1891 (diff)
downloadmariadb-git-155823ad5118be2fe50d9ef705bc5d627b7333b0.tar.gz
Lots of new benchmark runs
Remember filename for temporary files created with mkstemp Fixed wrongly allocated BDB share structure Cleanups for SunPRO
Diffstat (limited to 'BUILD/compile-pentium-pgcc')
-rwxr-xr-xBUILD/compile-pentium-pgcc10
1 files changed, 10 insertions, 0 deletions
diff --git a/BUILD/compile-pentium-pgcc b/BUILD/compile-pentium-pgcc
new file mode 100755
index 00000000000..ee70fd2bde0
--- /dev/null
+++ b/BUILD/compile-pentium-pgcc
@@ -0,0 +1,10 @@
+AM_MAKEFLAGS="-j 2"
+make -k clean
+/bin/rm -f */.deps/*.P config.cache
+
+aclocal; autoheader; aclocal; automake; autoconf
+
+export PATH=/usr/local/pgcc/bin:$PATH
+CFLAGS="-O6 -mpentiumpro -fomit-frame-pointer -mstack-align-double" CXX=gcc CXXFLAGS="-O6 -mpentiumpro -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti -mstack-align-double" ./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