summaryrefslogtreecommitdiff
path: root/BUILD/compile-alpha-cxx
diff options
context:
space:
mode:
authorunknown <tulin@dl145c.mysql.com>2005-05-18 22:26:23 +0200
committerunknown <tulin@dl145c.mysql.com>2005-05-18 22:26:23 +0200
commit024e1d1bce4a95555b6eff511094258a1f263352 (patch)
treed7d25b0632c9a5473f4af7b1b2c772b0e543f694 /BUILD/compile-alpha-cxx
parent2fe8cc51aad5fb7958a90ea8be3667f1e23b0ea5 (diff)
parent6f7bccd1aca31045e2678159e2e931d2e94f54dd (diff)
downloadmariadb-git-024e1d1bce4a95555b6eff511094258a1f263352.tar.gz
merge
BitKeeper/etc/logging_ok: auto-union BUILD/compile-alpha-cxx: Auto merged BUILD/compile-alpha-debug: Auto merged configure.in: Auto merged sql/handler.cc: Auto merged sql/handler.h: Auto merged sql/item.cc: Auto merged sql/mysql_priv.h: Auto merged sql/mysqld.cc: Auto merged sql/sql_acl.cc: Auto merged sql/sql_base.cc: Auto merged sql/sql_insert.cc: Auto merged sql/sql_lex.cc: Auto merged sql/sql_lex.h: Auto merged sql/sql_parse.cc: Auto merged sql/sql_select.cc: Auto merged sql/sql_update.cc: Auto merged sql/sql_yacc.yy: Auto merged
Diffstat (limited to 'BUILD/compile-alpha-cxx')
-rwxr-xr-xBUILD/compile-alpha-cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD/compile-alpha-cxx b/BUILD/compile-alpha-cxx
index c6344b1bbe4..610d358ef82 100755
--- a/BUILD/compile-alpha-cxx
+++ b/BUILD/compile-alpha-cxx
@@ -2,7 +2,9 @@
make -k clean
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache storage/bdb/build_unix/config.cache mysql-*.tar.gz
-aclocal; autoheader; aclocal; automake; autoconf
+
+path=`dirname $0`
+. "$path/autorun.sh"
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