summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2014-07-10 21:11:48 +0000
committerWarner Losh <imp@FreeBSD.org>2014-07-10 21:11:48 +0000
commit9e88096ea140eab3f2eaed1a8cf12e38d4d64c68 (patch)
tree46090c7fe45a36451e68f46dba2c391689aa3ec5 /gnu/usr.bin/cc/Makefile
parentb23c40d7b1f67b4206bb1a2043a100a017298c36 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/Makefile')
-rw-r--r--gnu/usr.bin/cc/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index 313aaf2da84f4..8191ea412a4bb 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -12,12 +12,7 @@ SUBDIR+= cpp
.endif
.if ${MK_CXX} != "no"
-.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
+SUBDIR+= cc1plus c++ c++filt
.endif
.if ${MK_GCOV} != "no"