We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439b13f commit 0a3f6bcCopy full SHA for 0a3f6bc
mk/clean.mk
@@ -20,7 +20,7 @@ CLEAN_STAGE_RULES = \
20
clean$(stage)_T_$(target)_H_$(host))))
21
22
CLEAN_LLVM_RULES = \
23
- $(foreach target, $(CFG_TARGET_TRIPLES), \
+ $(foreach target, $(CFG_HOST_TRIPLES), \
24
clean-llvm$(target))
25
26
.PHONY: clean clean-all clean-misc clean-llvm
0 commit comments