Make WITHOUT_TOOLCHAIN imply WITHOUT_LLD.
LLD is a toolchain component.
This commit is contained in:
parent
d55332be35
commit
7a064c83e9
@ -408,6 +408,7 @@ MK_CLANG:= no
|
||||
MK_GCC:= no
|
||||
MK_GDB:= no
|
||||
MK_INCLUDES:= no
|
||||
MK_LLD:= no
|
||||
MK_LLDB:= no
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user