Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Dec 2013 10:24:14 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259710 - head/release/doc/en_US.ISO8859-1/relnotes
Message-ID:  <201312221024.rBMAOEka096030@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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">;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312221024.rBMAOEka096030>