summaryrefslogtreecommitdiffstats
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-04-30 21:30:33 +0000
committeremaste <emaste@FreeBSD.org>2015-04-30 21:30:33 +0000
commit8a9da57e83ceadba139a3e4fc9deeeafb6afb6b7 (patch)
tree55d8ea01f0937ce539e1842479523e0cb65506c7 /usr.bin/Makefile
parentf57c0156d390ee2e998358bb565810bd95cc87bb (diff)
downloadFreeBSD-src-8a9da57e83ceadba139a3e4fc9deeeafb6afb6b7.zip
FreeBSD-src-8a9da57e83ceadba139a3e4fc9deeeafb6afb6b7.tar.gz
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
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 557c407..8082a7f 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -36,6 +36,7 @@ SUBDIR= ${_addr2line} \
csplit \
ctlstat \
cut \
+ ${_cxxfilt} \
demandoc \
dirname \
dpv \
@@ -237,6 +238,7 @@ SUBDIR+= ee
.if ${MK_ELFTOOLCHAIN_TOOLS} != "no"
_addr2line= addr2line
+_cxxfilt= cxxfilt
_elfcopy= elfcopy
_nm= nm
_readelf= readelf
OpenPOWER on IntegriCloud