~percona-dev/percona-server/5.1.57-minimize_buf_pool_shm

« back to all changes in this revision

Viewing changes to build/README-solaris

  • Committer: Ignacio Nin
  • Date: 2011-05-16 14:33:31 UTC
  • mfrom: (219.2.9 release-5.1.56-12.7)
  • Revision ID: ignacio.nin@percona.com-20110516143331-b1bw4r3p05lbx7wn
Merge latest changes from release-5.1.56

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
export PATH=/opt/SUNWspro/bin:$PATH
4
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
 
5
export AWK=awk
 
6
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.56-rel12.7-227-amd64' '--localstatedir=/opt/percona-server-5.1.56-rel12.7-227-amd64/data' '--with-server-suffix=-rel12.7' '--with-plugins=partition,archive,blackhole,csv,example,federated,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.7, Revision 227' '--with-readline' --without-response-time-distribution --with-ssl
6
7
 
7
8
# 32bit:
8
9
#export PATH=/opt/SUNWspro/bin:$PATH
9
10
#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
 
11
#export AWK=awk
 
12
#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.56-rel12.7-227-32bit' '--localstatedir=/opt/percona-server-5.1.56-rel12.7-227-32bit/data' '--with-server-suffix=-rel12.7' '--with-plugins=partition,archive,blackhole,csv,example,federated,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.7, Revision 227' '--with-readline' --without-response-time-distribution --with-ssl