Mention the new nestedfct parameter for USES=compiler
This commit is contained in:
parent
247addcbee
commit
92d0dd48d2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43331
1 changed files with 2 additions and 2 deletions
|
@ -70,13 +70,13 @@
|
|||
|
||||
<entry>(none), <literal>c++11-lang</literal>,
|
||||
<literal>c++11-lib</literal>, <literal>c11</literal>,
|
||||
<literal>openmp</literal>, <literal>features</literal></entry>
|
||||
<literal>openmp</literal>, <literal>nestedfct</literal>, <literal>features</literal></entry>
|
||||
|
||||
<entry>Determines which compiler to use based on any given wishes.
|
||||
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 or OpenMP, the corresponding parameters can be
|
||||
understanding C11, OpenMP, or NestedFCT, 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
|
||||
|
|
Loading…
Reference in a new issue