File tree 3 files changed +8
-11
lines changed
3 files changed +8
-11
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 4ee9b863849e14e116ffdfa6a836605ae8729b02
2
+ refs/heads/master: 7dbce103fb6bc35ce38f0233a7a0fdf70f3e10ca
Original file line number Diff line number Diff line change @@ -197,8 +197,13 @@ CFG_VALGRIND_COMPILE$(1) = $$(CFG_VALGRIND_COMPILE)
197
197
endif
198
198
199
199
STAGE$(1 ) := $$(Q )$$(call CFG_RUN_TARG,stage$(1 ) , \
200
- $$(CFG_VALGRIND_COMPILE$(1 ) ) stage$(1 ) /bin/rustc$$(X ) \
201
- $$(CFG_RUSTC_FLAGS ) )
200
+ $$(CFG_VALGRIND_COMPILE ) stage$(1 ) /bin/rustc$$(X ) \
201
+ $$(CFG_RUSTC_FLAGS ) --target=$(2 ) )
202
+
203
+ PERF_STAGE$(1 ) := $$(Q )$$(call CFG_RUN_TARG,stage$(1 ) , \
204
+ $$(CFG_PERF_TOOL ) stage$(1 ) /bin/rustc$$(X ) \
205
+ $$(CFG_RUSTC_FLAGS ) --target=$(2 ) )
206
+
202
207
endef
203
208
204
209
FUZZ := stage1/bin/fuzzer$(X )
Original file line number Diff line number Diff line change @@ -19,14 +19,6 @@ define STAGE_N
19
19
# for different directories, to handle cases where (say) a test relies on a
20
20
# compiler that relies on a .o file.
21
21
22
- STAGE$(2 ) := $$(Q )$$(call CFG_RUN_TARG,stage$(2 ) , \
23
- $$(CFG_VALGRIND_COMPILE ) stage$(2 ) /bin/rustc$$(X ) \
24
- $$(CFG_RUSTC_FLAGS ) --target=$(3 ) )
25
-
26
- PERF_STAGE$(2 ) := $$(Q )$$(call CFG_RUN_TARG,stage$(2 ) , \
27
- $$(CFG_PERF_TOOL ) stage$(2 ) /bin/rustc$$(X ) \
28
- $$(CFG_RUSTC_FLAGS ) --target=$(3 ) )
29
-
30
22
stage$(2 ) /bin/%.o: stage$(2 ) /bin/%.s
31
23
@$$(call E, assemble [gcc]: $$@ )
32
24
$$(Q ) gcc $$(CFG_GCCISH_CFLAGS ) -o $$@ -c $$<
You can’t perform that action at this time.
0 commit comments