aboutsummaryrefslogtreecommitdiff
path: root/lib/libc++
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-11-05 07:44:00 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-11-05 07:44:00 +0000
commitcd9dde2506b222d446c1746ceeb57eca11f412e5 (patch)
treef3beb4eeeb81c586721d7f26e2508798df6eea8f /lib/libc++
parentefc74a2307c15bcd0ca8c140f0a697033be16704 (diff)
Notes
Diffstat (limited to 'lib/libc++')
-rw-r--r--lib/libc++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc++/Makefile b/lib/libc++/Makefile
index 26877eebe51b..d1d70178c09c 100644
--- a/lib/libc++/Makefile
+++ b/lib/libc++/Makefile
@@ -53,7 +53,7 @@ cxxrt_${_S}:
WARNS= 0
CFLAGS+= -I${HDRDIR} -I${LIBCXXRTDIR} -nostdlib -DLIBCXXRT
-.if !defined(CXXFLAGS) || ${CXXFLAGS:M-std=*}" == ""
+.if empty(CXXFLAGS:M-std=*)
CXXFLAGS+= -std=c++0x
.endif