svn commit: r259710 - head/release/doc/en_US.ISO8859-1/relnotes

Craig Rodrigues rodrigc at FreeBSD.org
Sun Dec 22 10:24:15 UTC 2013


Author: rodrigc
Date: Sun Dec 22 10:24:14 2013
New Revision: 259710
URL: http://svnweb.freebsd.org/changeset/base/259710

Log:
  Mention that GCC is not built on platforms where CLANG is the default system
  compiler.

Modified:
  head/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: head/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sun Dec 22 09:40:03 2013	(r259709)
+++ head/release/doc/en_US.ISO8859-1/relnotes/article.xml	Sun Dec 22 10:24:14 2013	(r259710)
@@ -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">


More information about the svn-src-head mailing list