When WITH_CLANG_EXTRAS is enabled, avoid needlessly building the llvm

and clang extras in the cross-tools stage.

MFC after:	1 week
This commit is contained in:
dim 2012-08-21 18:24:11 +00:00
parent 2698863029
commit e879931fda

View File

@ -4,7 +4,7 @@
SUBDIR= clang clang-tblgen tblgen
.if ${MK_CLANG_EXTRAS} != "no"
.if ${MK_CLANG_EXTRAS} != "no" && !defined(TOOLS_PREFIX)
SUBDIR+=bugpoint \
llc \
lli \