summaryrefslogtreecommitdiff
path: root/BUILD/compile-ia64-O2-sgicc
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD/compile-ia64-O2-sgicc')
-rw-r--r--BUILD/compile-ia64-O2-sgicc12
1 files changed, 0 insertions, 12 deletions
diff --git a/BUILD/compile-ia64-O2-sgicc b/BUILD/compile-ia64-O2-sgicc
deleted file mode 100644
index 64b2ff17beb..00000000000
--- a/BUILD/compile-ia64-O2-sgicc
+++ /dev/null
@@ -1,12 +0,0 @@
-make -k clean
-/bin/rm -f */.deps/*.P config.cache
-
-aclocal; autoheader; aclocal; automake; autoconf
-
-CC=sgicc CFLAGS="-O2" CXX=sgicc CXXFLAGS="-O2" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
-make
-strip sql/mysqld
-
-
-
-