From 4e0ba3e6b2c9172d182037b1913704c848236c35 Mon Sep 17 00:00:00 2001 From: emaste Date: Wed, 30 Dec 2015 01:02:22 +0000 Subject: [PATCH] MFC r292658: Install ld also as ld.bfd, for use with cc -fuse-ld=bfd git-svn-id: svn://svn.freebsd.org/base/stable/10@292898 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- gnu/usr.bin/binutils/ld/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 9e2acd8ac..58a684869 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -52,6 +52,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\" -- 2.45.0