Page MenuHomeFreeBSD

D2156.id4461.diff
No OneTemporary

D2156.id4461.diff

Index: gnu/usr.bin/binutils/Makefile
===================================================================
--- gnu/usr.bin/binutils/Makefile
+++ 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: usr.bin/Makefile
===================================================================
--- usr.bin/Makefile
+++ 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
Wed, Aug 5, 8:38 AM (7 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36022371
Default Alt Text
D2156.id4461.diff (818 B)

Event Timeline