Skip to content

Commit b7db0f1

Browse files
committed
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.
1 parent 142f63f commit b7db0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ CFG_VALGRIND_COMPILE$(1) = $$(CFG_VALGRIND_COMPILE)
264264
endif
265265

266266
STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,$(1), \
267-
$$(CFG_VALGRIND_COMPILE) $$(HOST_BIN$(1))/rustc$$(X) \
267+
$$(CFG_VALGRIND_COMPILE$(1)) $$(HOST_BIN$(1))/rustc$$(X) \
268268
$$(CFG_RUSTC_FLAGS) --target=$(2))
269269

270270
PERF_STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,$(1), \

0 commit comments

Comments
 (0)