Skip to content

Commit f968c42

Browse files
nikomatsakisbrson
authored andcommitted
---
yaml --- r: 6117 b: refs/heads/master c: e8e2f33 h: refs/heads/master i: 6115: 1837e19 v: v3
1 parent a0f5924 commit f968c42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 8385d77b32ca1b0ab3b14b6cdce0c5005e1511d7
2+
refs/heads/master: e8e2f3395dcb08950eb09ab073d9776b8432ba0a

trunk/mk/tests.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ check-full: tidy check-stage1 check-stage2 check-stage3 \
7777

7878
check-fast: tidy \
7979
check-stage2-rustc check-stage2-std \
80-
test/$(FT_DRIVER).out \
80+
test/$(FT_DRIVER).out
8181

8282
# Run the tidy script in multiple parts to avoid huge 'echo' commands
8383
tidy:
@@ -307,12 +307,12 @@ test/$(FT).rc test/$(FT_DRIVER).rs: $(TEST_RPASS_SOURCES_STAGE2) \
307307

308308
$(TARGET_HOST_LIB2)/$(FT_LIB): test/$(FT).rc $(SREQ2$(CFG_HOST_TRIPLE))
309309
@$(call E, compile_and_link: $@)
310-
$(STAGE2) --lib -o $@ $<
310+
$(STAGE2_$(CFG_HOST_TRIPLE)) --lib -o $@ $<
311311

312312
test/$(FT_DRIVER)$(X): test/$(FT_DRIVER).rs $(TARGET_HOST_LIB2)/$(FT_LIB) \
313313
$(SREQ2$(CFG_HOST_TRIPLE))
314314
@$(call E, compile_and_link: $@)
315-
$(STAGE2) -L $(HOST_LIB2) -o $@ $<
315+
$(STAGE2_$(CFG_HOST_TRIPLE)) -L $(HOST_LIB2) -o $@ $<
316316

317317
test/$(FT_DRIVER).out: test/$(FT_DRIVER)$(X) $(SREQ2$(CFG_HOST_TRIPLE))
318318
$(Q)$(call CFG_RUN_TEST, $<)

0 commit comments

Comments
 (0)