Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131894471
D2156.id4515.vs4461.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D2156.id4515.vs4461.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D2156: Switch to ELF toolchain readelf
Attached
Detach File
Event Timeline
Log In to Comment