aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-04-30 21:30:33 +0000
committerEd Maste <emaste@FreeBSD.org>2015-04-30 21:30:33 +0000
commit0a06cffc15b77c8a3e4b09b880d0db4647c1ec6d (patch)
tree55d8ea01f0937ce539e1842479523e0cb65506c7 /tools
parentc07a0648eca0a240429f38fc1a9783997012b01d (diff)
downloadsrc-0a06cffc15b77c8a3e4b09b880d0db4647c1ec6d.tar.gz
src-0a06cffc15b77c8a3e4b09b880d0db4647c1ec6d.zip
Add ELF Tool Chain's c++filt to the build
Differential Revision: https://reviews.freebsd.org/D2408 Reviewed by: brooks, imp Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=282285
Diffstat (limited to 'tools')
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 7a4549e57566..1de16c86ed6d 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -1004,7 +1004,9 @@ OLD_DIRS+=usr/include/fs/cuse
.if ${MK_CXX} == no
OLD_FILES+=usr/bin/CC
OLD_FILES+=usr/bin/c++
+.if ${MK_ELFTOOLCHAIN_TOOLS} == no
OLD_FILES+=usr/bin/c++filt
+.endif
OLD_FILES+=usr/bin/g++
OLD_FILES+=usr/libexec/cc1plus
.if ${MK_GCC} == no