Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163279778
D14804.id43304.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D14804.id43304.diff
View Options
Index: books/porters-handbook/uses/chapter.xml
===================================================================
--- books/porters-handbook/uses/chapter.xml
+++ books/porters-handbook/uses/chapter.xml
@@ -278,7 +278,8 @@
<sect1 xml:id="uses-compiler">
<title><literal>compiler</literal></title>
- <para>Possible arguments: (none), <literal>c++14-lang</literal>,
+ <para>Possible arguments: (none), <literal>env</literal>
+ (default, implicit), <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>,
@@ -286,12 +287,16 @@
<para>Determines which compiler to use based on any given wishes.
Use <literal>c++14-lang</literal> if the port needs a
- C++14-capable compiler, <literal>gcc-c++11-lib</literal> if the
+ 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
port needs the <command>g++</command> compiler with a C++11
library, or <literal>c++11-lib</literal> if the port needs
a C++11-ready standard library. If the port needs a compiler
- understanding C++11, C++0X, C11, OpenMP, or nested functions,
- the corresponding parameters can be used. Use
+ understanding C++0X, C11, OpenMP, or nested functions,
+ the corresponding parameters should be used.</para>
+
+ <para>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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jul 22, 4:51 PM (9 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35372761
Default Alt Text
D14804.id43304.diff (1 KB)
Attached To
Mode
D14804: fix part of Uses section in Porter's Handbook
Attached
Detach File
Event Timeline
Log In to Comment