Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110686086
D20259.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
524 B
Referenced Files
None
Subscribers
None
D20259.diff
View Options
Index: head/gnu/usr.bin/binutils/Makefile
===================================================================
--- head/gnu/usr.bin/binutils/Makefile
+++ head/gnu/usr.bin/binutils/Makefile
@@ -13,7 +13,9 @@
# When we use ld.lld as /usr/bin/ld, do not install the non-ifunc-capable
# GNU binutils 2.17.50 ld.
-.if ${MK_LLD_IS_LD} == "no"
+# Except if we are on powerpc, that needs the ld from binutils to link
+# 32-bit binaries.
+.if ${MK_LLD_IS_LD} == "no" || ${TARGET} == "powerpc"
SUBDIR.${MK_BINUTILS}+=ld
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 22, 9:42 PM (3 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16780820
Default Alt Text
D20259.diff (524 B)
Attached To
Mode
D20259: [PPC] Enable build/install of ld.bfd on base
Attached
Detach File
Event Timeline
Log In to Comment