Is FreeBSD-9.0-CURRENT-201011 SNAPSHOT compiled with CLang ?

My Question like the subject. I was wondering if FreeBSD-9.0-CURRENT-201011 snapshot already compiled with LLVM/Clang
 
Martillo1 said:
In which version of GCC?

Code:
gkontos@core2duo>gcc -v
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.1 20070719  [FreeBSD]
 
GCC 4.2.1 is the last version of GCC available under the GPLv2. Thus, it's the last version of GCC that will be included as part of the base install for FreeBSD, as it's the last version that can be included in the FreeBSD source tree.

Later versions of GCC will continue to be available in the ports tree.

Down the road, CLang will most likely become the default compiler that ships with FreeBSD.
 
Back
Top