summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2005-02-02 11:50:27 +0200
committerunknown <marko@hundin.mysql.fi>2005-02-02 11:50:27 +0200
commitf32743b7046eb04849aa6ca1cda6d40eef54ddd1 (patch)
tree1e75f208c141f5cfed7925d7af483ef82fa66cc5 /BUILD
parent2ae812a7d6f5e8789143565364f9700c39c6a424 (diff)
parente5d8e72a78c75c37c7b5fdd88dce295e861c0659 (diff)
downloadmariadb-git-f32743b7046eb04849aa6ca1cda6d40eef54ddd1.tar.gz
After merge fixes
BitKeeper/etc/logging_ok: auto-union configure.in: Auto merged scripts/mysql_install_db.sh: Auto merged sql/ha_innodb.cc: Auto merged
Diffstat (limited to 'BUILD')
-rwxr-xr-xBUILD/compile-ia64-debug-max2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-ia64-debug-max b/BUILD/compile-ia64-debug-max
index 9cd54de428d..56c36059ea9 100755
--- a/BUILD/compile-ia64-debug-max
+++ b/BUILD/compile-ia64-debug-max
@@ -9,5 +9,5 @@ then
(cd gemini && aclocal && autoheader && aclocal && automake && autoconf)
fi
-CC=ecc CFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -DSAFE_MUTEX -O2" CXX=ecc CXXFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -DSAFE_MUTEX -O2" ./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --with-debug --with-innodb --with-embedded-server
+CC=ecc CFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -DSAFE_MUTEX -O2" CXX=ecc CXXFLAGS="-w1 -DEXTRA_DEBUG -DSAFEMALLOC -DSAFE_MUTEX -O2" ./configure --prefix=/usr/local/mysql --with-extra-charsets=complex --enable-thread-safe-client --with-mysqld-ldflags=-all-static --with-client-ldflags=-all-static --with-debug --with-innodb --with-embedded-server --with-archive-storage-engine
gmake