diff options
author | monty@mashka.mysql.fi <> | 2003-01-18 03:13:37 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-18 03:13:37 +0200 |
commit | 76f146a17551e218727ee4a5544edb62d3cbe56e (patch) | |
tree | b24bce166fd5affbcc506bbc7d70c2c7ef00f561 /BUILD | |
parent | 1b03f007101aa5123a7e55add3db5139a47bddc6 (diff) | |
parent | c1d614192ee6930aed50f0cf64bf60abf6c1acb0 (diff) | |
download | mariadb-git-76f146a17551e218727ee4a5544edb62d3cbe56e.tar.gz |
Merge with 4.0.9
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-alpha-cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-alpha-cxx b/BUILD/compile-alpha-cxx index 3e6eee9a0d6..a342d927868 100755 --- a/BUILD/compile-alpha-cxx +++ b/BUILD/compile-alpha-cxx @@ -4,7 +4,7 @@ make -k clean /bin/rm -f */.deps/*.P config.cache innobase/config.cache bdb/build_unix/config.cache mysql-*.tar.gz aclocal; autoheader; aclocal; automake; autoconf -CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared --without-extra-tools +CC=ccc CFLAGS="-fast" CXX=cxx CXXFLAGS="-fast -noexceptions -nortti" ./configure --prefix=/usr/local/mysql --disable-shared --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-non_shared --with-client-ldflags=-non_shared --without-extra-tools --disable-dependency-tracking make -j2 find . -name ".deps" | xargs rm -r |