svn commit: r43467 - head/en_US.ISO8859-1/books/porters-handbook
Rene Ladan
rene at FreeBSD.org
Fri Jan 10 22:01:00 UTC 2014
Author: rene
Date: Fri Jan 10 22:00:59 2014
New Revision: 43467
URL: http://svnweb.freebsd.org/changeset/doc/43467
Log:
Mention the new c++0x option for USES=compiler
Modified:
head/en_US.ISO8859-1/books/porters-handbook/uses.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Fri Jan 10 21:35:27 2014 (r43466)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Fri Jan 10 22:00:59 2014 (r43467)
@@ -68,7 +68,7 @@
<row>
<entry><literal>compiler</literal></entry>
- <entry>(none), <literal>c++11-lang</literal>,
+ <entry>(none), <literal>c++0x</literal>, <literal>c++11-lang</literal>,
<literal>c++11-lib</literal>, <literal>c11</literal>,
<literal>openmp</literal>, <literal>nestedfct</literal>, <literal>features</literal></entry>
@@ -76,7 +76,7 @@
Use <literal>c++11-lang</literal> if the port needs a C+11-capable
compiler, and <literal>c++11-lib</literal> if the port also needs
a C++11-ready standard library. If the port needs a compiler
- understanding C11, OpenMP, or nested functions, the corresponding parameters can be
+ understanding C++0X, C11, OpenMP, or nested functions, the corresponding parameters can be
used. Use <literal>features</literal> to request a list of
features supported by the default compiler. After including
<filename>bsd.port.pre.mk</filename> the port can inspect the
More information about the svn-doc-head
mailing list