aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorDavid Chisnall <theraven@FreeBSD.org>2013-09-06 20:08:03 +0000
committerDavid Chisnall <theraven@FreeBSD.org>2013-09-06 20:08:03 +0000
commit52b42bace1338f8146d7dd5d1a7f6e41d5f5f80d (patch)
tree323fdbecd93a672260c605a70c974da7b41353c6 /gnu/lib
parent7acd42244e125252c3dc01f6424be9350a5f1216 (diff)
Notes
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile
index 6750403d66c5..50797fced309 100644
--- a/gnu/lib/Makefile
+++ b/gnu/lib/Makefile
@@ -10,7 +10,7 @@ SUBDIR+= libssp
# libsupc++ uses libstdc++ headers, although 'make includes' should
# have taken care of that already.
-.if ${MK_CXX} != "no"
+.if ${MK_GNUCXX} != "no"
SUBDIR+= libstdc++ libsupc++
.endif