diff options
author | tulin@dl145c.mysql.com <> | 2005-05-18 22:26:23 +0200 |
---|---|---|
committer | tulin@dl145c.mysql.com <> | 2005-05-18 22:26:23 +0200 |
commit | 03590c20bdfd9d43ed1cc31d4d4a70d9d1a44340 (patch) | |
tree | d7d25b0632c9a5473f4af7b1b2c772b0e543f694 /BUILD/compile-pentium-pgcc | |
parent | 4a1d6f6a18b76bfafe977b416e6f7eb905427a5b (diff) | |
parent | e7c62822541d3538672dd0adc54f8d55eb46a00d (diff) | |
download | mariadb-git-03590c20bdfd9d43ed1cc31d4d4a70d9d1a44340.tar.gz |
merge
Diffstat (limited to 'BUILD/compile-pentium-pgcc')
-rwxr-xr-x | BUILD/compile-pentium-pgcc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/BUILD/compile-pentium-pgcc b/BUILD/compile-pentium-pgcc index 1ba0d9562ba..411241451cf 100755 --- a/BUILD/compile-pentium-pgcc +++ b/BUILD/compile-pentium-pgcc @@ -2,13 +2,8 @@ AM_MAKEFLAGS="-j 2" gmake -k clean || true /bin/rm -f */.deps/*.P config.cache -aclocal && autoheader && aclocal && automake && autoconf -(cd storage/bdb/dist && sh s_all) -(cd storage/innobase && aclocal && autoheader && aclocal && automake && autoconf) -if [ -d gemini ] -then - (cd gemini && aclocal && autoheader && aclocal && automake && autoconf) -fi +path=`dirname $0` +. "$path/autorun.sh" export PATH=/usr/local/pgcc/bin:$PATH CFLAGS="-Wimplicit -Wreturn-type -Wid-clash-51 -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wimplicit-function-dec -Wimplicit-int -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O6 -mpentiumpro -fomit-frame-pointer -mstack-align-double" CXX=gcc CXXFLAGS="-Wimplicit -Wreturn-type -Wid-clash-51 -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wimplicit-function-dec -Wimplicit-int -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wextern-inline -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O6 -fomit-frame-pointer -mpentiumpro -mstack-align-double" ./configure --prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static |