Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Dec 2015 01:02:22 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r292898 - stable/10/gnu/usr.bin/binutils/ld
Message-ID:  <201512300102.tBU12M1f055786@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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\"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512300102.tBU12M1f055786>