Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153472438
D55509.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
809 B
Referenced Files
None
Subscribers
None
D55509.diff
View Options
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1856,15 +1856,15 @@
. if defined(USE_BINUTILS) && !defined(DISABLE_BINUTILS)
BUILD_DEPENDS+= ${LOCALBASE}/bin/as:devel/binutils
BINUTILS?= ADDR2LINE AR AS CPPFILT GPROF LD NM OBJCOPY OBJDUMP RANLIB \
- READELF SIZE STRINGS
+ READELF SIZE STRINGS STRIP_CMD
BINUTILS_NO_MAKE_ENV?=
. for b in ${BINUTILS}
-${b}= ${LOCALBASE}/bin/${b:C/PP/++/:tl}
+${b}= ${LOCALBASE}/bin/${b:C/PP/++/:C/_CMD//:tl}
. if defined(GNU_CONFIGURE) || defined(BINUTILS_CONFIGURE)
-CONFIGURE_ENV+= ${b}="${${b}}"
+CONFIGURE_ENV+= ${b:C/_CMD//}="${${b}}"
. endif
. if ${BINUTILS_NO_MAKE_ENV:M${b}} == ""
-MAKE_ENV+= ${b}="${${b}}"
+MAKE_ENV+= ${b:C/_CMD//}="${${b}}"
. endif
. endfor
. endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 8:53 AM (20 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29537648
Default Alt Text
D55509.diff (809 B)
Attached To
Mode
D55509: bsd.port.mk: also export GNU strip when USE_BINUTILS is set
Attached
Detach File
Event Timeline
Log In to Comment