From b7db0f12375c40dd0d8a92cf57b6a441d3758635 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 5 Oct 2011 11:09:52 -0700 Subject: [PATCH] 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. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 52bc981176f8..cc0b027ac0d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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), \