Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Dec 2013 23:02:38 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r43331 - head/en_US.ISO8859-1/books/porters-handbook
Message-ID:  <201312152302.rBFN2cY2031136@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sun Dec 15 23:02:38 2013
New Revision: 43331
URL: http://svnweb.freebsd.org/changeset/doc/43331

Log:
  Mention the new nestedfct parameter 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	Sun Dec 15 16:47:31 2013	(r43330)
+++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml	Sun Dec 15 23:02:38 2013	(r43331)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312152302.rBFN2cY2031136>