Page MenuHomeFreeBSD

D2156.id4515.vs4461.diff
No OneTemporary

D2156.id4515.vs4461.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: 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
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
Mon, Oct 13, 1:07 AM (6 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23649105
Default Alt Text
D2156.id4515.vs4461.diff (1 KB)

Event Timeline