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 /doc | |
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 'doc')
-rw-r--r-- | doc/build_log.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build_log.txt b/doc/build_log.txt index de6197389..6873d6249 100644 --- a/doc/build_log.txt +++ b/doc/build_log.txt @@ -14,6 +14,8 @@ Debian reports the build results for 1.8 on `a number of platforms =========== ======= =================== ======================== ============================ ======== Date Version OS CPU Compiler Results =========== ======= =================== ======================== ============================ ======== +2011-04-25 1.9.16 Gentoo 10.0 Intel Core i7-860 Clang 2.9 Miscompiles SSE2 IDEA +2011-04-23 1.9.16 Gentoo 10.0 Intel Core i7-860 Sun C++ 5.10 OK 2011-04-22 1.9.16 Gentoo 10.0 Intel Core i7-860 Intel C++ 11.1 OK 2011-04-15 1.9.16 Haiku R1-alpha2 x86 GCC 4.3.3 OK 2011-04-15 1.9.16 Haiku R1-alpha2 x86 GCC 2.95.3 Can't compile |