mariadb/BUILD/compile-solaris-sparc
bk@work.mysql.com f4c589ff6c Import changeset
2000-07-31 21:29:14 +02:00

9 lines
319 B
Text
Executable file

gmake -k clean
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f config.cache
aclocal; autoheader; aclocal; automake; autoconf
CFLAGS="-O6 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -fomit-frame-pointer -f
elide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/m
ysql --with-extra-charsets=complex
gmake