Makefile.inc1: remove BINUTILS_BOOTSTRAP linker support

As of r359347 BINUTILS_BOOTSTRAP does not include the bfd linker.
This commit is contained in:
Ed Maste 2020-05-30 16:20:18 +00:00
parent af689d1b59
commit 694034e227
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361651

View File

@ -250,9 +250,6 @@ USING_SYSTEM_COMPILER= yes
# Which linker is expected to be used?
.if ${MK_LLD_BOOTSTRAP} == "yes"
WANT_LINKER_TYPE= lld
.elif ${MK_BINUTILS_BOOTSTRAP} == "yes"
# Note that there's no support for bfd in WITH_SYSTEM_LINKER.
WANT_LINKER_TYPE= bfd
.else
WANT_LINKER_TYPE=
.endif