File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: edf2622e218b3492d3379c4fdd1f3a211883f92a
2
+ refs/heads/master: e963cfd41a4c8acbd42e88511fb0ab27ea11f5b3
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ CFG_TESTLIB=$(CFG_BUILD_DIR)/$(strip \
89
89
stage2/lib, \
90
90
$(if $(findstring stage3,$(1 ) ) , \
91
91
stage3/lib, \
92
- ) ) ) ) )
92
+ ) ) ) ) )/rustc/ $( CFG_HOST_TRIPLE ) /lib
93
93
94
94
ifdef CFG_UNIXY
95
95
CFG_INFO := $(info cfg: unix-y environment)
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ test/rustctest.stage$(1)$$(X): \
160
160
161
161
check-stage$(1 ) -rustc-dummy: test/rustctest.stage$(1 )$$(X )
162
162
@$$(call E, run: $$< )
163
- $$(Q )$$(call CFG_RUN, $$( HOST_LIB $( 1 ) ) , $$( CFG_VALGRIND ) $$< ) \
163
+ $$(Q )$$(call CFG_RUN_TEST, $$< ) \
164
164
$$(TESTARGS )
165
165
166
166
@@ -286,11 +286,12 @@ test/$(FT).rc test/$(FT_DRIVER).rs: $(TEST_RPASS_SOURCES_STAGE2) \
286
286
@$(call E, check: building combined stage2 test runner)
287
287
$(Q)$(S)src/etc/combine-tests.py
288
288
289
- stage2/lib /$(FT_LIB ) : test/$(FT ) .rc $(SREQ2$(CFG_HOST_TRIPLE ) )
289
+ $( TARGET_HOST_LIB2 ) /$(FT_LIB ) : test/$(FT ) .rc $(SREQ2$(CFG_HOST_TRIPLE ) )
290
290
@$(call E, compile_and_link: $@ )
291
291
$(STAGE2 ) --lib -o $@ $<
292
292
293
- test/$(FT_DRIVER )$(X ) : test/$(FT_DRIVER ) .rs $(HOST_LIB2 ) /$(FT_LIB ) $(SREQ2$(CFG_HOST_TRIPLE ) )
293
+ test/$(FT_DRIVER )$(X ) : test/$(FT_DRIVER ) .rs $(TARGET_HOST_LIB2 ) /$(FT_LIB ) \
294
+ $(SREQ2$(CFG_HOST_TRIPLE ) )
294
295
@$(call E, compile_and_link: $@ )
295
296
$(STAGE2 ) -L $(HOST_LIB2 ) -o $@ $<
296
297
You can’t perform that action at this time.
0 commit comments