Mention the new c++0x option for USES=compiler

This commit is contained in:
Rene Ladan 2014-01-10 22:00:59 +00:00
parent 80b3f4147a
commit 8009570836
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43467

View file

@ -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