~percona-dev/percona-server/5.1-innodb_extend_slow-overflows_fix

« back to all changes in this revision

Viewing changes to build/build-solaris.sh

  • Committer: Vadim Tkachenko
  • Date: 2011-03-21 05:26:06 UTC
  • Revision ID: vadim@percona.com-20110321052606-r0zkjmbhytvziu6w
Added helper script for Solaris build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# 64bit:
 
2
 
 
3
export PATH=/opt/SUNWspro/bin:$PATH
 
4
export LD_LIBRARY_PATH=/opt/SUNWspro/lib/amd64/
 
5
CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC CFLAGS="-xarch=generic64 -g -xO3 -mt -fsimple=1 -ftrap=%none -nofstore -xbuiltin=%all -xlibmil -xlibmopt  -DHAVE_RWLOCK_T -DUNIV_SOLARIS -DUNIV_SOLARIS -xprefetch=auto -xprefetch_level=3" CXXFLAGS="-xarch=generic64 -g0 -xO3 -mt -fsimple=1 -ftrap=%none -nofstore -xbuiltin=%all -xprefetch=auto -xprefetch_level=3 -features=no%except -xlibmil -xlibmopt  -DHAVE_RWLOCK_T"  LDFLAGS="-lmtmalloc -lCrun" ./configure '--prefix=/opt/percona-server-5.1.55-rel12.6-200-amd64' '--with-server-suffix=-rel12.6' '--without-plugin-innobase' '--with-plugin-innodb_plugin' '--without-embedded-server' '--with-zlib-dir=bundled' '--with-big-tables' '--enable-local-infile' '--with-mysqld-user=mysql' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--enable-static' '--with-comment=Percona Server with XtraDB (GPL), Release 12.6, Revision 200' '--with-readline' --without-response-time-distribution --with-ssl
 
6
 
 
7
# 32bit:
 
8
#export PATH=/opt/SUNWspro/bin:$PATH
 
9
#export LD_LIBRARY_PATH=/opt/SUNWspro/lib/
 
10
#CC=/opt/SUNWspro/bin/cc CXX=/opt/SUNWspro/bin/CC CFLAGS="-g -xO3 -mt -fsimple=1 -ftrap=%none -nofstore -xbuiltin=%all -xlibmil -xlibmopt  -DHAVE_RWLOCK_T -DUNIV_SOLARIS -DUNIV_SOLARIS -xprefetch=auto -xprefetch_level=3" CXXFLAGS="-g0 -xO3 -mt -fsimple=1 -ftrap=%none -nofstore -xbuiltin=%all -xprefetch=auto -xprefetch_level=3 -features=no%except -xlibmil -xlibmopt  -DHAVE_RWLOCK_T"  LDFLAGS="-lmtmalloc -lCrun" ./configure '--prefix=/opt/percona-server-5.1.55-rel12.6-200-32bit' '--with-server-suffix=-rel12.6' '--without-plugin-innobase' '--with-plugin-innodb_plugin' '--without-embedded-server' '--with-zlib-dir=bundled' '--with-big-tables' '--enable-local-infile' '--with-mysqld-user=mysql' '--with-extra-charsets=complex' '--enable-thread-safe-client' '--enable-static' '--with-comment=Percona Server with XtraDB (GPL), Release 12.6, Revision 200' '--with-readline' --without-response-time-distribution --with-ssl