Page MenuHomeFreeBSD

D2156.id.diff
No OneTemporary

D2156.id.diff

Index: head/gnu/usr.bin/binutils/Makefile
===================================================================
--- head/gnu/usr.bin/binutils/Makefile
+++ head/gnu/usr.bin/binutils/Makefile
@@ -13,7 +13,7 @@
${_nm} \
objcopy \
objdump \
- readelf \
+ ${_readelf} \
${_size} \
${_strings} \
${_strip}
@@ -21,6 +21,7 @@
.if ${MK_ELFTOOLCHAIN_TOOLS} == "no"
_addr2line= addr2line
_nm= nm
+_readelf= readelf
_size= size
_strings= strings
_strip= strip
Index: head/usr.bin/Makefile
===================================================================
--- head/usr.bin/Makefile
+++ head/usr.bin/Makefile
@@ -133,6 +133,7 @@
procstat \
protect \
rctl \
+ ${_readelf} \
renice \
rev \
revoke \
@@ -238,6 +239,7 @@
_addr2line= addr2line
_elfcopy= elfcopy
_nm= nm
+_readelf= readelf
_size= size
_strings= strings
.endif

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 20, 1:02 PM (14 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31841167
Default Alt Text
D2156.id.diff (848 B)

Event Timeline