aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBrandon Bergren <bdragon@FreeBSD.org>2020-03-27 01:00:03 +0000
committerBrandon Bergren <bdragon@FreeBSD.org>2020-03-27 01:00:03 +0000
commita04ec978b369e3a2651b050fff8b11aaf0a9dcd7 (patch)
treeba568af3fd9f4f37191df503e7d4ca9d321e49c5 /gnu
parent3ee58df503b601febeef11f23c4a7e2adf425b96 (diff)
downloadsrc-a04ec978b369e3a2651b050fff8b11aaf0a9dcd7.tar.gz
src-a04ec978b369e3a2651b050fff8b11aaf0a9dcd7.zip
[PowerPC] Switch powerpc and powerpcspe to lld
Now that LLD 10 is out, and required patches have landed, we are now ready to finally switch away from the ancient in-tree ld.bfd. Special thanks to Fangrui Song for many hours of work on getting the 32-bit powerpc lld ready for prime-time. Reviewed by: emaste (earlier revision), jhibbits Relnotes: yes Differential Revision: https://reviews.freebsd.org/D24111
Notes
Notes: svn path=/head/; revision=359347
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index 7363a6f13924..b434cee39cf3 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -17,12 +17,6 @@ SUBDIR.${MK_BINUTILS}+= objdump
SUBDIR.${MK_BINUTILS}+= as
.endif
-# All archs except powerpc either use lld or require external toolchain.
-# powerpc still needs binutils ld to link 32-bit binaries.
-.if ${TARGET} == "powerpc"
-SUBDIR.${MK_BINUTILS}+=ld
-.endif
-
SUBDIR_DEPEND_libbinutils=libbfd # for bfdver.h
SUBDIR_DEPEND_as=libbfd libiberty libopcodes
SUBDIR_DEPEND_ld=libbfd libiberty