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:
parent
2698863029
commit
e879931fda
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user