diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-04-01 14:23:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-04-01 14:23:58 +0000 |
| commit | c77d0c982c7f0e7939fac4d3670439f4568d26ee (patch) | |
| tree | e38654cc78cfac5a4172f854dfcfe0306e1be830 /gnu | |
| parent | 25445e588f2f3f0b14316e23b50a2cff6f537261 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/Makefile b/gnu/lib/Makefile index 50797fced3090..61ea14bf122c9 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_GNUCXX} != "no" +.if ${MK_GNUCXX} != "no" && ${MK_CXX} != "no" SUBDIR+= libstdc++ libsupc++ .endif |
