~sergei.glushchenko/percona-server/issue25495

« back to all changes in this revision

Viewing changes to build/README-solaris

  • Committer: Ignacio Nin
  • Date: 2011-05-17 13:13:36 UTC
  • Revision ID: ignacio.nin@percona.com-20110517131336-i6n50t7axr2qh8l3
Update versions

Update versions to 5.1.57 and 12.8.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
export PATH=/opt/SUNWspro/bin:$PATH
4
4
export LD_LIBRARY_PATH=/opt/SUNWspro/lib/amd64/
5
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
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.57-rel12.8-1-amd64' '--localstatedir=/opt/percona-server-5.1.57-rel12.8-1-amd64/data' '--with-server-suffix=-rel12.8' '--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.8' '--with-readline' --without-response-time-distribution --with-ssl
7
7
 
8
8
# 32bit:
9
9
#export PATH=/opt/SUNWspro/bin:$PATH
10
10
#export LD_LIBRARY_PATH=/opt/SUNWspro/lib/
11
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
 
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.57-rel12.8-1-32bit' '--localstatedir=/opt/percona-server-5.1.57-rel12.8-1-32bit/data' '--with-server-suffix=-rel12.8' '--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.8' '--with-readline' --without-response-time-distribution --with-ssl