Don't run stage0 compiler under valgrind

The stage0 compiler can't be fixed anyway. We used to have this in place but I
lost it during recent build changes.
This commit is contained in:
Brian Anderson 2011-10-05 11:09:52 -07:00
parent 142f63fe78
commit b7db0f1237
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ CFG_VALGRIND_COMPILE$(1) = $$(CFG_VALGRIND_COMPILE)
endif
STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,$(1), \
$$(CFG_VALGRIND_COMPILE) $$(HOST_BIN$(1))/rustc$$(X) \
$$(CFG_VALGRIND_COMPILE$(1)) $$(HOST_BIN$(1))/rustc$$(X) \
$$(CFG_RUSTC_FLAGS) --target=$(2))
PERF_STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,$(1), \