diff options
author | unknown <monty@mashka.mysql.fi> | 2002-12-04 17:40:37 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-12-04 17:40:37 +0200 |
commit | 7280bddb710be4ac1c7acc9f9f7daaa2eea850ff (patch) | |
tree | 038dab8a878b89d5186ea38af4cb8f716653acbe /BUILD/compile-solaris-sparc | |
parent | c76bce104ab842c236a0c5f7afd9d6d81540abac (diff) | |
parent | 6456d593c775ec19eb5695d1a86299027c4f54aa (diff) | |
download | mariadb-git-7280bddb710be4ac1c7acc9f9f7daaa2eea850ff.tar.gz |
Merge with 3.23
(Fixed problem with autoconf 2.53 on Solaris)
BUILD/compile-solaris-sparc-purify:
Merge with 3.23
BUILD/compile-solaris-sparc:
Merge with 3.23
acinclude.m4:
Merge with 3.23
Diffstat (limited to 'BUILD/compile-solaris-sparc')
-rwxr-xr-x | BUILD/compile-solaris-sparc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-solaris-sparc b/BUILD/compile-solaris-sparc index 083a6e3d68e..143a4b7867d 100755 --- a/BUILD/compile-solaris-sparc +++ b/BUILD/compile-solaris-sparc @@ -11,6 +11,6 @@ then (cd gemini && aclocal && autoheader && aclocal && automake && autoconf) fi -CFLAGS="-g -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa" CXX=gcc CXXFLAGS="-Wimplicit -Wreturn-type -Wid-clash-51 -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa -g" ./configure --prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client +CFLAGS="-g -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Wunused -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa" CXX=gcc CXXFLAGS="-Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wcomment -W -Wchar-subscripts -Wformat -Wparentheses -Wsign-compare -Wwrite-strings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor -felide-constructors -fno-exceptions -fno-rtti -O3 -fno-omit-frame-pointer -mcpu=v8 -Wa,-xarch=v8plusa -g" ./configure --prefix=/usr/local/mysql --enable-assembler --with-extra-charsets=complex --enable-thread-safe-client gmake -j 4 |