diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2013-09-06 20:08:03 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2013-09-06 20:08:03 +0000 |
| commit | 52b42bace1338f8146d7dd5d1a7f6e41d5f5f80d (patch) | |
| tree | 323fdbecd93a672260c605a70c974da7b41353c6 /gnu/usr.bin | |
| parent | 7acd42244e125252c3dc01f6424be9350a5f1216 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile index efb548aaf62e..bf6d20c79ce4 100644 --- a/gnu/usr.bin/cc/Makefile +++ b/gnu/usr.bin/cc/Makefile @@ -12,7 +12,12 @@ SUBDIR+= cpp .endif .if ${MK_CXX} != "no" -SUBDIR+= cc1plus c++ c++filt +.if ${MK_GNUCXX} != "no" +SUBDIR+= cc1plus c++ +.endif +# This should be moved into the above block once c++filt from elftoolchain or +# similar is provided. +SUBDIR+= c++filt .endif .if ${MK_GCOV} != "no" |
