diff options
author | lloyd <[email protected]> | 2011-04-25 12:43:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2011-04-25 12:43:29 +0000 |
commit | 7c824a394190a9aedd373a4e2d72fa6b36869f4c (patch) | |
tree | 966f23cf8063175d2f17689ede584ff4d610c902 /src/build-data/cc/sunstudio.txt | |
parent | 4ddb5fc878b56c9d54d0e36b4eeba5b5273f503a (diff) |
Use STLport with Sun Studio by default on Linux. It is probably the
right thing for most modern distros, and if someone is using Sun CC on
Linux they probably know if they don't want that.
Record successful Sun Studio 5.10 build, also note that Clang 2.9 also
seems to miscompile SSE2 IDEA. The Clang 2.9 build on FreeBSD did not
have this failure, wonder what happened there.
Diffstat (limited to 'src/build-data/cc/sunstudio.txt')
-rw-r--r-- | src/build-data/cc/sunstudio.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/sunstudio.txt b/src/build-data/cc/sunstudio.txt index 5fb4c6bb8..e7e4ca522 100644 --- a/src/build-data/cc/sunstudio.txt +++ b/src/build-data/cc/sunstudio.txt @@ -46,7 +46,7 @@ sparc64 -> "-xchip=SUBMODEL" sparc64- <mach_abi_linking> # Needed on some Linux distros -#linux -> "-library=stlport4" +linux -> "-library=stlport4" sparc64 -> "-xarch=v9" x86_64 -> "-m64" |