Page MenuHomeFreeBSD

D21136.diff
No OneTemporary

D21136.diff

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

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)

Event Timeline