mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 01:30:47 -04:00
Makefile.inc1: remove BINUTILS_BOOTSTRAP linker support
As of r359347 BINUTILS_BOOTSTRAP does not include the bfd linker.
This commit is contained in:
parent
af689d1b59
commit
694034e227
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue