summaryrefslogtreecommitdiff
path: root/BUILD/compile-ia64-O0-sgicc
blob: c5e14eab033a60631ea194b28f45ea1323f15f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
make -k clean
/bin/rm -f */.deps/*.P config.cache

aclocal; autoheader; aclocal; automake; autoconf

CC=sgicc CFLAGS="-O0" CXX=sgicc CXXFLAGS="-O0" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
make
strip sql/mysqld