Keep /usr/bin/ld for WITHOUT_BINUTILS but WITH_LLD_AS_LD

Reported by:	Nikolai Lifanov
This commit is contained in:
Ed Maste 2016-12-09 22:51:58 +00:00
parent 7f9dff23d3
commit beced2eabd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=309775

View File

@ -218,7 +218,9 @@ OLD_DIRS+=usr/share/examples/bhyve
.if ${MK_BINUTILS} == no .if ${MK_BINUTILS} == no
OLD_FILES+=usr/bin/as OLD_FILES+=usr/bin/as
.if ${MK_LLD_AS_LD} == no
OLD_FILES+=usr/bin/ld OLD_FILES+=usr/bin/ld
.endif
OLD_FILES+=usr/bin/ld.bfd OLD_FILES+=usr/bin/ld.bfd
OLD_FILES+=usr/bin/objdump OLD_FILES+=usr/bin/objdump
OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.x OLD_FILES+=usr/libdata/ldscripts/armelf_fbsd.x