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 4e5b8cd commit 7ac4125Copy full SHA for 7ac4125
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 4133e3ec82f7e939341a37a7e348e43085603f7d
+refs/heads/master: e3d3aaadaa94f4eb7a4dceb96f610542ca7574ce
trunk/Makefile.in
@@ -186,8 +186,15 @@ SREQ$(1) = stage$(1)/rustc$(X) \
186
$$(MKFILES)
187
endif
188
189
+ifeq ($(1),0)
190
+# Don't run the the stage0 compiler under valgrind - that ship has sailed
191
+CFG_VALGRIND_COMPILE$(1) =
192
+else
193
+CFG_VALGRIND_COMPILE$(1) = $$(CFG_VALGRIND_COMPILE)
194
+endif
195
+
196
STAGE$(1) := $$(Q)$$(call CFG_RUN_TARG,stage$(1), \
- $$(CFG_VALGRIND_COMPILE) stage$(1)/rustc$$(X) \
197
+ $$(CFG_VALGRIND_COMPILE$(1)) stage$(1)/rustc$$(X) \
198
$$(CFG_RUSTC_FLAGS))
199
endef
200
0 commit comments