diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-10-05 11:09:52 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-10-05 11:09:52 -0700 |
| commit | b7db0f12375c40dd0d8a92cf57b6a441d3758635 (patch) | |
| tree | 6a4087ee03a07041b98706773d03daa2e95f8e7e | |
| parent | 142f63fe785ce8f2e5d9cc8edc6a0eaf1c21e46b (diff) | |
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.
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 52bc981176f..cc0b027ac0d 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), \ |
