From 68466361a66c112fd59092bc86c09a47278c1114 Mon Sep 17 00:00:00 2001 From: Brad Davis Date: Tue, 5 Jan 2016 22:45:44 +0000 Subject: [PATCH] Add c++14 lang bits and improve wording around supporting compiler features --- .../books/porters-handbook/uses/chapter.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml index 617b08c7a9..4d4204d0df 100644 --- a/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -160,20 +160,20 @@ <literal>compiler</literal> - Possible arguments: (none), c++0x, + Possible arguments: (none), c++14-lang, c++11-lang, gcc-c++11-lib, - c++11-lib, c11, - openmp, nestedfct, - features + c++11-lib, c++0x, + c11, openmp, + nestedfct, features Determines which compiler to use based on any given wishes. - Use c++11-lang if the port needs a - C++11-capable compiler, gcc-c++11-lib if the + Use c++14-lang if the port needs a + C++14-capable compiler, gcc-c++11-lib if the port needs the g++ compiler with a C++11 - library, and c++11-lib if the port also needs + library, or c++11-lib if the port needs a C++11-ready standard library. If the port needs a compiler - understanding C++0X, C11, OpenMP, or nested functions, the - corresponding parameters can be used. Use + understanding C++11, C++0X, C11, OpenMP, or nested functions, + the corresponding parameters can be used. Use features to request a list of features supported by the default compiler. After including bsd.port.pre.mk the port can inspect the