diff options
author | theraven <theraven@FreeBSD.org> | 2013-09-07 07:26:51 +0000 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2013-09-07 07:26:51 +0000 |
commit | cd54db1de6406b113b54b965f6701efd87a366a5 (patch) | |
tree | fa15c3fa424b826ab94bc3b24ad76cd4a83bdd9f /UPDATING | |
parent | e551a1e2ec383b455c86c4bb0d4448910312d3c5 (diff) | |
download | FreeBSD-src-cd54db1de6406b113b54b965f6701efd87a366a5.zip FreeBSD-src-cd54db1de6406b113b54b965f6701efd87a366a5.tar.gz |
Add note in UPDATING about the no-gcc-by-default switch.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -31,6 +31,12 @@ 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".) +20130906: + The GNU Compiler Collection and C++ standard library (libstdc++) + are no longer built by default on platforms where clang is the system + compiler. You can enable them with the WITH_GCC and WITH_GNUCXX + options in src.conf. + 20130905: The PROCDESC kernel option is now part of the GENERIC kernel configuration and is required for the rwhod(8) to work. |