diff options
-rw-r--r-- | doc/build_log.txt | 2 | ||||
-rw-r--r-- | src/build-data/cc/sunstudio.txt | 2 |
2 files changed, 3 insertions, 1 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 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" |