Document USES=compiler:c++17-lang.
Approved by: mat Differential Revision: D17125
This commit is contained in:
parent
40d8d3ce3a
commit
429c016754
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=52264
1 changed files with 5 additions and 2 deletions
|
@ -278,14 +278,17 @@
|
|||
<title><literal>compiler</literal></title>
|
||||
|
||||
<para>Possible arguments: (none), <literal>env</literal>
|
||||
(default, implicit), <literal>c++14-lang</literal>,
|
||||
(default, implicit), <literal>c++17-lang</literal>,
|
||||
<literal>c++14-lang</literal>,
|
||||
<literal>c++11-lang</literal>, <literal>gcc-c++11-lib</literal>,
|
||||
<literal>c++11-lib</literal>, <literal>c++0x</literal>,
|
||||
<literal>c11</literal>, <literal>openmp</literal>,
|
||||
<literal>nestedfct</literal>, <literal>features</literal></para>
|
||||
|
||||
<para>Determines which compiler to use based on any given wishes.
|
||||
Use <literal>c++14-lang</literal> if the port needs a
|
||||
Use <literal>c++17-lang</literal> if the port needs a
|
||||
C++17-capable compiler,
|
||||
<literal>c++14-lang</literal> if the port needs a
|
||||
C++14-capable compiler, <literal>c++11-lang</literal>
|
||||
if the port needs a C++11-capable compiler,
|
||||
<literal>gcc-c++11-lib</literal> if the
|
||||
|
|
Loading…
Reference in a new issue