Commit 528408c4 authored by monty@donna.mysql.fi's avatar monty@donna.mysql.fi
Browse files

Merge work:/home/bk/mysql into donna.mysql.fi:/home/my/bk/mysql

parents 6f0b2582 5e8c4b76
Loading
Loading
Loading
Loading

BUILD/compile-ia64-O0

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
make -k clean
/bin/rm -f */.deps/*.P config.cache

aclocal; autoheader; aclocal; automake; autoconf

CFLAGS="-O0 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O0 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
make
strip sql/mysqld



BUILD/compile-ia64-O0-sgicc

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
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



BUILD/compile-ia64-O2

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
make -k clean
/bin/rm -f */.deps/*.P config.cache

aclocal; autoheader; aclocal; automake; autoconf

CFLAGS="-O2 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O2 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
make
strip sql/mysqld



BUILD/compile-ia64-O2-sgicc

deleted100644 → 0
+0 −12
Original line number Diff line number Diff line
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



BUILD/compile-ia64-O6

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
make -k clean
/bin/rm -f */.deps/*.P config.cache

aclocal; autoheader; aclocal; automake; autoconf

CFLAGS="-O6 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -fomit-frame-pointer -felide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/mysql --enable-assembler --with-mysqld-ldflags=-all-static --disable-shared --with-extra-charsets=complex
make
strip sql/mysqld
Loading