summaryrefslogtreecommitdiff
path: root/BUILD/compile-solaris-amd64
Commit message (Collapse)AuthorAgeFilesLines
* 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''