svn commit: r292898 - stable/10/gnu/usr.bin/binutils/ld

Ed Maste emaste at FreeBSD.org
Wed Dec 30 01:02:23 UTC 2015


Author: emaste
Date: Wed Dec 30 01:02:22 2015
New Revision: 292898
URL: https://svnweb.freebsd.org/changeset/base/292898

Log:
  MFC r292658: Install ld also as ld.bfd, for use with cc -fuse-ld=bfd

Modified:
  stable/10/gnu/usr.bin/binutils/ld/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/gnu/usr.bin/binutils/ld/Makefile
==============================================================================
--- stable/10/gnu/usr.bin/binutils/ld/Makefile	Wed Dec 30 00:17:37 2015	(r292897)
+++ stable/10/gnu/usr.bin/binutils/ld/Makefile	Wed Dec 30 01:02:22 2015	(r292898)
@@ -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\"


More information about the svn-src-stable mailing list