WITHOUT_TOOLCHAIN: Also exclude LLDB.

Sponsored by:	EMC / Isilon Storage Division
This commit is contained in:
bdrewery 2016-03-25 22:36:29 +00:00
parent 4eeae99e56
commit 1e6e9df850

View File

@ -355,6 +355,7 @@ MK_CLANG:= no
MK_GCC:= no
MK_GDB:= no
MK_INCLUDES:= no
MK_LLDB:= no
.endif
.if ${MK_CLANG} == "no"