Makefile.inc1: remove BINUTILS_BOOTSTRAP linker support
As of r359347 BINUTILS_BOOTSTRAP does not include the bfd linker.
This commit is contained in:
@@ -250,9 +250,6 @@ USING_SYSTEM_COMPILER= yes
|
|||||||
# Which linker is expected to be used?
|
# Which linker is expected to be used?
|
||||||
.if ${MK_LLD_BOOTSTRAP} == "yes"
|
.if ${MK_LLD_BOOTSTRAP} == "yes"
|
||||||
WANT_LINKER_TYPE= lld
|
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
|
.else
|
||||||
WANT_LINKER_TYPE=
|
WANT_LINKER_TYPE=
|
||||||
.endif
|
.endif
|
||||||
|
|||||||
Reference in New Issue
Block a user