summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorkan <kan@FreeBSD.org>2004-11-07 13:46:56 +0000
committerkan <kan@FreeBSD.org>2004-11-07 13:46:56 +0000
commit4bdb4a9e2f9859da7c62b0bed5ae9739c282bc8c (patch)
tree53ac220a4d3286156aff26fef7b378498a796b09 /gnu
parentd28d463543ff4cb638b7ec17daf0d67d694d6c00 (diff)
downloadFreeBSD-src-4bdb4a9e2f9859da7c62b0bed5ae9739c282bc8c.zip
FreeBSD-src-4bdb4a9e2f9859da7c62b0bed5ae9739c282bc8c.tar.gz
Reconnect c++filt to the build.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/Makefile b/gnu/usr.bin/cc/Makefile
index 69b4eb9..dbe7b2e 100644
--- a/gnu/usr.bin/cc/Makefile
+++ b/gnu/usr.bin/cc/Makefile
@@ -3,14 +3,14 @@
# The order of some of these are rather important. Some depend on previous
# subdirs.
-SUBDIR= cc_tools cc_int cc cc1 include protoize doc
+SUBDIR= cc_tools cc_int cc cc1 include protoize doc
.if !defined(NO_CPP)
SUBDIR+= cpp
.endif
.if !defined(NO_CXX)
-SUBDIR+= cc1plus c++
+SUBDIR+= cc1plus c++ c++filt
.if !defined(NO_COLLECT2)
#SUBDIR+= collect2
.endif
OpenPOWER on IntegriCloud