summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2013-12-22 10:24:14 +0000
committerrodrigc <rodrigc@FreeBSD.org>2013-12-22 10:24:14 +0000
commitfe2131a41bff1bdc6427a28295a03104d8243cec (patch)
tree2733f231ea626c0a1e56ec2f9a444dd181d80b9a /release
parentfb7455c2d65cba768bb56d4d95e4dcb163052350 (diff)
downloadFreeBSD-src-fe2131a41bff1bdc6427a28295a03104d8243cec.zip
FreeBSD-src-fe2131a41bff1bdc6427a28295a03104d8243cec.tar.gz
Mention that GCC is not built on platforms where CLANG is the default system
compiler.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml
index 0ddf7ca..954e42a 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.xml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml
@@ -350,6 +350,14 @@
<sect2 xml:id="userland">
<title>Userland Changes</title>
+ <para revision="255321">On platforms where &man.clang.1; is the default
+ system compiler, (such as i386, amd64, arm) GCC and GNU libstdc++ are no
+ longer built by default. &man.clang.1; and libc++ from LLVM are used on
+ these platforms by instead. GCC 4.2.1 and libstdc++ are still built
+ and used by default on pc98 and all other platforms where &man.clang.1;
+ is not the default system compiler.
+ </para>
+
<para revision="251662">&man.clang.1; and llvm have been updated to
version 3.3 release. Please refer to
<link xlink:href="http://llvm.org/releases/3.3/tools/clang/docs/ReleaseNotes.html">
OpenPOWER on IntegriCloud