https://en.wikipedia.org/wiki/Xcode#Toolchain_Versions
+-------+---------+-------+---------+---------+--------------+------------+---------------------------------------------+
| Xcode | cctools | ld64 | GCC 4.0 | GCC 4.2 | LLVM-GCC 4.2 | LLVM | Apple LLVM/ Apple Clang |
+-------+---------+-------+---------+---------+--------------+------------+---------------------------------------------+
| 4.6.3 | ? | ? | - | - | 5658 | 2336.11.00 | 4.2 (clang-425.0.28) (based on LLVM 3.2svn) |
| 5.0.0 | 846.2.1 | 224.1 | - | - | - | - | 5.0 (clang-500.2.75) (based on LLVM 3.3svn) |
| 5.0.1 | 846.2.4 | 224.1 | - | - | - | - | 5.0 (clang-500.2.79) (based on LLVM 3.3svn) |
| 5.0.2 | 846.2.4 | 224.1 | - | - | - | - | 5.0 (clang-500.2.79) (based on LLVM 3.3svn) |
+-------+---------+-------+---------+---------+--------------+------------+---------------------------------------------+
On 2014-Mar-05, at 09:27 , Fabian Groffen
On 05-03-2014 08:25:38 +0100, Stefan Manegold wrote:
Changeset: 36afc568f849 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=36afc568f849 Modified Files: configure.ag Branch: Jan2014 Log Message:
configure.ag: revised way to determine compiler type (gcc vs. clang vs. icc): in particular do not (only) rely on the result of AC_PROG_CC() (i.e., $GCC) or the name of the call; background is that on Mac OSX Mavericks, Apple prestends that their clang were gcc ...
FYI: they were pretending they had a GCC since OSX Lion.
Fabian _______________________________________________ developers-list mailing list developers-list@monetdb.org https://www.monetdb.org/mailman/listinfo/developers-list