~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to BUILD/compile-solaris-sparc

  • Committer: bk at mysql
  • Date: 2000-07-31 19:29:14 UTC
  • Revision ID: sp1r-bk@work.mysql.com-20000731192914-08846
Import changeset

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gmake -k clean
 
2
/bin/rm -f */.deps/*.P */*.o
 
3
/bin/rm -f config.cache
 
4
aclocal; autoheader; aclocal; automake; autoconf
 
5
 
 
6
CFLAGS="-O6 -fomit-frame-pointer" CXX=gcc CXXFLAGS="-O6 -fomit-frame-pointer -f
 
7
elide-constructors -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local/m
 
8
ysql --with-extra-charsets=complex
 
9
gmake