summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-12-23 14:31:26 +0000
committeremaste <emaste@FreeBSD.org>2015-12-23 14:31:26 +0000
commit1129b00c092d9249729e17c77955ef9c622f50e9 (patch)
tree0e22130dd2e7179828c83fa44b2dac4fea6ecddf /gnu
parentbd04375ea466b9a7781709d059d84495fe08ed2b (diff)
downloadFreeBSD-src-1129b00c092d9249729e17c77955ef9c622f50e9.zip
FreeBSD-src-1129b00c092d9249729e17c77955ef9c622f50e9.tar.gz
Install ld also as ld.bfd, for use with cc -fuse-ld=bfd
PR: 205409 [exp-run] MFC after: 1 week Relnotes: Yes Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/ld/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile
index 40dd7e2..5058c0a 100644
--- a/gnu/usr.bin/binutils/ld/Makefile
+++ b/gnu/usr.bin/binutils/ld/Makefile
@@ -48,6 +48,7 @@ CLEANFILES+= ldemul-list.h stringify.sed
FILES= ${LDSCRIPTS:S|^|ldscripts/|}
FILESDIR= ${SCRIPTDIR}
+LINKS= ${BINDIR}/ld ${BINDIR}/ld.bfd
HOST= ${TARGET_TUPLE}
LIBSEARCHPATH= \"=/lib\":\"=/usr/lib\"
OpenPOWER on IntegriCloud