aboutsummaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2015-03-30 17:38:25 +0000
committerEd Maste <emaste@FreeBSD.org>2015-03-30 17:38:25 +0000
commit6744fea6b3bf32de5da2a136416aff1c12c99a93 (patch)
treeeefa8c47fbfb00d9f7bbfc87c7ffe284e1abe3f2 /usr.bin
parent03d926a03dae15c2a506e179c93e855235fb8bec (diff)
downloadsrc-6744fea6b3bf32de5da2a136416aff1c12c99a93.tar.gz
src-6744fea6b3bf32de5da2a136416aff1c12c99a93.zip
Switch to ELF toolchain readelf(1)
ELF toolchain readelf lacked some functionality at the time other tools (like size, strip, nm, etc.) were switched over to the ELF toolchain versions. That has been addressed as of the last update, so we can add it to the list. PR: 198950 [exp-run] Reviewed by: bapt, imp, rpaulo Relnotes: yes Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2156
Notes
Notes: svn path=/head/; revision=280859
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index aee201a75276..b1e4b83ee093 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -133,6 +133,7 @@ SUBDIR= ${_addr2line} \
procstat \
protect \
rctl \
+ ${_readelf} \
renice \
rev \
revoke \
@@ -238,6 +239,7 @@ SUBDIR+= ee
_addr2line= addr2line
_elfcopy= elfcopy
_nm= nm
+_readelf= readelf
_size= size
_strings= strings
.endif