Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153563071
D21136.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
562 B
Referenced Files
None
Subscribers
None
D21136.diff
View Options
Index: head/tools/build/mk/OptionalObsoleteFiles.inc
===================================================================
--- head/tools/build/mk/OptionalObsoleteFiles.inc
+++ head/tools/build/mk/OptionalObsoleteFiles.inc
@@ -437,7 +437,8 @@
OLD_FILES+=usr/share/man/man7/binutils.7.gz
.endif
.endif
-.if !defined(WITH_PORT_BASE_BINUTILS)
+# powerpc64 still needs ld.bfd for 32-bit binaries/libraries
+.if !defined(WITH_PORT_BASE_BINUTILS) && ${TARGET_ARCH} != "powerpc64"
.if ${MK_BINUTILS} == no || ${MK_LLD_IS_LD} == yes
OLD_FILES+=usr/bin/ld.bfd
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 10:47 PM (17 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32002007
Default Alt Text
D21136.diff (562 B)
Attached To
Mode
D21136: [PPC64] Don't mark ld.bfd as obsolete
Attached
Detach File
Event Timeline
Log In to Comment