To view parent comment, click here.
To read all comments associated with this story, please click here.
On the desktop, this is debatable. On the server, I can't tell since I don't know the market, but I've seen both debian and freebsd on university servers in my short student life.
Edited 2010-10-27 19:27 UTC
clang and llvm have been imported into the FreeBSD source tree, and it will be available as part of FreeBSD 9.0. It can build the entire FreeBSD OS (kernel, libs, boot loader, userland, toolchain), and can rebuild it all using the resulting system (ie, self-hosting). You can even build/run a FreeBSD system without GCC installed at all.
It's not currently possible to replace GCC for building apps via the ports tree. There are quite a few apps that fail if CC != cc (gcc). But, as these are reported, fixes are sent upstream, and (hopefully) things get better in the long-run. For those that don't build with clang, a version of GCC can be automatically installed via the ports tree, and that can be used to build the app.
Long-term, it's very likely that GCC will disappear from the FreeBSD base install and source tree.




Member since:
2010-03-08
How about most major BSDs (including OSX) switching to it ?