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\"
_______________________________________________
svn-src-stable-10@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "svn-src-stable-10-unsubscr...@freebsd.org"

Reply via email to