summaryrefslogtreecommitdiff
path: root/Mk/Uses/compiler.mk
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 07:10:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 07:10:02 +0000
commit7b6e9b4ecd7ee369f60c8291b1092b50ad0fa9f0 (patch)
tree32faaa7bc04add929170e3502f83c5d7c3fbc6dc /Mk/Uses/compiler.mk
parentSupport stage (diff)
Fix test
Notes
Notes: svn path=/head/; revision=339202
Diffstat (limited to 'Mk/Uses/compiler.mk')
-rw-r--r--Mk/Uses/compiler.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk
index 09818ca6e274..0bdd1b9b282c 100644
--- a/Mk/Uses/compiler.mk
+++ b/Mk/Uses/compiler.mk
@@ -36,7 +36,7 @@ VALID_ARGS= c++11-lib c++11-lang c11 features openmp env nestedfct c++0x
.if ${compiler_ARGS} == c++11-lib
_COMPILER_ARGS+= features c++11-lib
-.elif ${compiler_ARGS} == features c++0x
+.elif ${compiler_ARGS} == c++0x
_COMPILER_ARGS+= features c++0x
.elif ${compiler_ARGS} == c++11-lang
_COMPILER_ARGS+= features c++11-lang