mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Disable LLD_BOOTSTRAP under WITHOUT_CROSS_COMPILER
LLD is a cross toolchain component. It shouldn't be built when requesting a build without building a cross compiler. (CROSS_COMPILER is somewhat unfortunately named; in any case, lld should be treated as GNU binutils here.) Submitted by: Dan McGregor <dan.mcgregor at usask.ca> MFC after: 1 week
This commit is contained in:
parent
14a2bd52f7
commit
89257265fb
1 changed files with 1 additions and 0 deletions
|
|
@ -437,6 +437,7 @@ MK_BINUTILS_BOOTSTRAP:= no
|
|||
MK_CLANG_BOOTSTRAP:= no
|
||||
MK_ELFTOOLCHAIN_BOOTSTRAP:= no
|
||||
MK_GCC_BOOTSTRAP:= no
|
||||
MK_LLD_BOOTSTRAP:= no
|
||||
.endif
|
||||
|
||||
.if ${MK_TOOLCHAIN} == "no"
|
||||
|
|
|
|||
Loading…
Reference in a new issue