summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-amd64
Commit message (Collapse)AuthorAgeFilesLines
* disable innodb on sol10-64Sergei Golubchik2015-11-161-1/+1
| | | | | | | because buildbot config invokes BUILD/compile-solaris-amd64 with the --extra-args=--without-plugin-innodb argument, but BUILD/compile-solaris-amd64 doesn't take arguments and doesn't invoke configure.pl, so this extra-args is lost.
* fix build on sol10-64Sergei Golubchik2015-10-151-1/+1
|
* MDEV-5062 : disable jemalloc by default everywhere, except Linux and OSX.Vladislav Vaintroub2013-09-241-1/+1
| | | | | | | Bundled jemalloc can only be on Linux and OSX without problems. On BSDs, build fails because make does not understand GNU extensions (also BSDs do not need jemalloc, it is already system malloc). On Solaris, build fails with compile error.
* fix BUILD/compile-solaris-amd64 to produce working binariesSergei Golubchik2013-09-131-5/+5
|
* tokudb buildbot fixesSergei Golubchik2013-09-121-30/+6
| | | | | | | | | | | | BUILD/compile-solaris-amd64: * call cmake directly, don't go through three layers of wrappers (but preserve the compile-solaris-amd64 file - buildbot uses it for 5.1 and 5.5) * disable jemalloc, it doesn't compile on our sol10-64 box storage/federated/ha_federated.cc: clang warning storage/tokudb/CMakeLists.txt: * require cmake-2.8.9, because 2.8.8 doesn't add -fPIC for POSITION_INDEPENDENT_CODE property that ft-index CMakeLists.txt files are using
* fixes for opensolaris compilation failuresSergei Golubchik2012-01-051-1/+1
|
* Solaris 10 build script fixes by Toby Thain.unknown2009-07-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Added build scripts for 32 bit x86 architecture on Solaris. Renamed some scripts for consistency. Changed to dynamic linking of libgcc. BUILD/compile-solaris-amd64: Changed to dynamic linking of libgcc. The -static-libgcc was a legacy of the original build scripts. -R (analogous to -L link time search path) is a Solaris mechanism to ensure a needed lib directory is searched at runtime. In Solaris 10, gcc comes bundled, under /usr/sfw, allowing to use it without creating dependency problems. This allows eg. benefiting from ordinary system patch maintenance. BUILD/compile-solaris-amd64-debug: Changed to dynamic linking of libgcc. The -static-libgcc was a legacy of the original build scripts. -R (analogous to -L link time search path) is a Solaris mechanism to ensure a needed lib directory is searched at runtime. In Solaris 10, gcc comes bundled, under /usr/sfw, allowing to use it without creating dependency problems. This allows eg. benefiting from ordinary system patch maintenance.
* Portability changes for Solaris 10 (amd64). Re-hash BUILD/ scripts for ↵Toby Thain2009-05-091-50/+27
| | | | Solaris to be more in line with generic scripts.
* Adding build file for Solaris on AMD64unknown2007-04-121-0/+55
BUILD/compile-solaris-amd64: New BitKeeper file ``BUILD/compile-solaris-amd64''