diff options
author | gjb <gjb@FreeBSD.org> | 2016-01-07 17:23:43 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-01-07 17:23:43 +0000 |
commit | 46171d6b451918f84a7cd081856fd46d1e0a36d6 (patch) | |
tree | 1b5c54521eb34f18633fcc07d841cdd8052d7440 /gnu | |
parent | 520e1515a8cbcd1db17e1b5c4042641fba3c9976 (diff) | |
parent | f7dfde9b82551989ae798ddbf91a0baab930dad0 (diff) | |
download | FreeBSD-src-46171d6b451918f84a7cd081856fd46d1e0a36d6.zip FreeBSD-src-46171d6b451918f84a7cd081856fd46d1e0a36d6.tar.gz |
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/binutils/ld/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile index 5058c0a..5bc3846 100644 --- a/gnu/usr.bin/binutils/ld/Makefile +++ b/gnu/usr.bin/binutils/ld/Makefile @@ -6,7 +6,8 @@ ELF_SCR_EXT= x xbn xc xd xdc xdw xn xr xs xsc xsw xu xw .PATH: ${SRCDIR}/ld -PROG= ld +PROG= ld.bfd +MAN= ld.1 SCRIPTDIR= /usr/libdata/ldscripts SRCS+= ldcref.c \ ldctor.c \ @@ -48,7 +49,7 @@ CLEANFILES+= ldemul-list.h stringify.sed FILES= ${LDSCRIPTS:S|^|ldscripts/|} FILESDIR= ${SCRIPTDIR} -LINKS= ${BINDIR}/ld ${BINDIR}/ld.bfd +LINKS= ${BINDIR}/ld.bfd ${BINDIR}/ld HOST= ${TARGET_TUPLE} LIBSEARCHPATH= \"=/lib\":\"=/usr/lib\" |