File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 8385d77b32ca1b0ab3b14b6cdce0c5005e1511d7
2
+ refs/heads/master: e8e2f3395dcb08950eb09ab073d9776b8432ba0a
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ check-full: tidy check-stage1 check-stage2 check-stage3 \
77
77
78
78
check-fast : tidy \
79
79
check-stage2-rustc check-stage2-std \
80
- test/$(FT_DRIVER ) .out \
80
+ test/$(FT_DRIVER ) .out
81
81
82
82
# Run the tidy script in multiple parts to avoid huge 'echo' commands
83
83
tidy :
@@ -307,12 +307,12 @@ test/$(FT).rc test/$(FT_DRIVER).rs: $(TEST_RPASS_SOURCES_STAGE2) \
307
307
308
308
$(TARGET_HOST_LIB2 ) /$(FT_LIB ) : test/$(FT ) .rc $(SREQ2$(CFG_HOST_TRIPLE ) )
309
309
@$(call E, compile_and_link: $@ )
310
- $(STAGE2 ) --lib -o $@ $<
310
+ $(STAGE2_ $( CFG_HOST_TRIPLE ) ) --lib -o $@ $<
311
311
312
312
test/$(FT_DRIVER )$(X ) : test/$(FT_DRIVER ) .rs $(TARGET_HOST_LIB2 ) /$(FT_LIB ) \
313
313
$(SREQ2$(CFG_HOST_TRIPLE ) )
314
314
@$(call E, compile_and_link: $@ )
315
- $(STAGE2 ) -L $(HOST_LIB2 ) -o $@ $<
315
+ $(STAGE2_ $( CFG_HOST_TRIPLE ) ) -L $(HOST_LIB2 ) -o $@ $<
316
316
317
317
test/$(FT_DRIVER ) .out : test/$(FT_DRIVER )$(X ) $(SREQ2$(CFG_HOST_TRIPLE ) )
318
318
$(Q )$(call CFG_RUN_TEST, $< )
You can’t perform that action at this time.
0 commit comments