Make WITHOUT_TOOLCHAIN imply WITHOUT_LLD.

LLD is a toolchain component.
This commit is contained in:
emaste 2017-04-10 18:21:30 +00:00
parent d55332be35
commit 7a064c83e9

View File

@ -408,6 +408,7 @@ MK_CLANG:= no
MK_GCC:= no
MK_GDB:= no
MK_INCLUDES:= no
MK_LLD:= no
MK_LLDB:= no
.endif