summaryrefslogtreecommitdiff
path: root/Mk/Uses/compiler.mk
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-01-10 22:09:07 +0000
committerRene Ladan <rene@FreeBSD.org>2014-01-10 22:09:07 +0000
commit949300ce57e294877811c554ee4bca5cd556a608 (patch)
treec3b90a68891afa1a7a0aae075be723dbf8f332ab /Mk/Uses/compiler.mk
parent- Add missing DISTNAME which was forgotten in previous commit (diff)
Mention the new c++0x argument.
Approved by: portmgr (bdrewery)
Notes
Notes: svn path=/head/; revision=339386
Diffstat (limited to 'Mk/Uses/compiler.mk')
-rw-r--r--Mk/Uses/compiler.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk
index 0bdd1b9b282c..0d9b16643632 100644
--- a/Mk/Uses/compiler.mk
+++ b/Mk/Uses/compiler.mk
@@ -6,8 +6,9 @@
#
# Feature: compiler
# Usage: USES=compiler or USES=compiler:ARGS
-# Valid ARGS: env (default, implicit) c++11-lib c++11-lang c11 openmp nestedfct features
+# Valid ARGS: env (default, implicit) c++0x c++11-lib c++11-lang c11 openmp nestedfct features
#
+# c++0x: The port needs a compiler understanding C++0X
# c++11-lang: The port needs a compiler understanding C++11
# c++11-lib: The port needs a compiler understanding C++11 and with a C++11 ready standard library
# c11: The port needs a compiler understanding C11