Install ld also as ld.bfd, for use with cc -fuse-ld=bfd
PR: 205409 [exp-run] MFC after: 1 week Relnotes: Yes Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
bf72bf1281
commit
e7beaf9968
@ -48,6 +48,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\"
|
||||
|
@ -189,6 +189,7 @@ OLD_DIRS+=usr/share/examples/bhyve
|
||||
.if ${MK_BINUTILS} == no
|
||||
OLD_FILES+=usr/bin/as
|
||||
OLD_FILES+=usr/bin/ld
|
||||
OLD_FILES+=usr/bin/ld.bfd
|
||||
.if ${MK_ELFCOPY_AS_OBJCOPY} == no
|
||||
OLD_FILES+=usr/bin/objcopy
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user