summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2012-11-05 19:08:18 +0000
committerbrooks <brooks@FreeBSD.org>2012-11-05 19:08:18 +0000
commit78e7d864ca1b0c2d38ffd03eeb39a9e2ce7f302f (patch)
treef0ce51c7dba34baa8a9266683a7181e32fdc8f51 /UPDATING
parent04703cf7a9873a9b98bdf81ca1dfb5ad6c8ef4f4 (diff)
downloadFreeBSD-src-78e7d864ca1b0c2d38ffd03eeb39a9e2ce7f302f.zip
FreeBSD-src-78e7d864ca1b0c2d38ffd03eeb39a9e2ce7f302f.tar.gz
After years of hard work by many FreeBSD and LLVM developers, make
clang the default compiler on i386 and amd64 systems. Special thanks to: dim, ed, rdivacky
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0db0c5c..92b1ee8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,6 +24,13 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 10.x IS SLOW:
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20121105:
+ On i386 and amd64 systems WITH_CLANG_IS_CC is now the default.
+ This means that the world and kernel will be compiled with clang
+ and that clang will be installed as /usr/bin/cc, /usr/bin/c++,
+ and /usr/bin/cpp. To disable this behavior and revert to building
+ with gcc, compiler with WITHOUT_CLANG_IS_CC.
+
20121102:
The IPFIREWALL_FORWARD kernel option has been removed. Its
functionality now turned on by default.
OpenPOWER on IntegriCloud