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 4183023 commit 5502354Copy full SHA for 5502354
mk/tests.mk
@@ -164,7 +164,7 @@ check-stage$(1)-$(2)-std-dummy: test/stdtest.stage$(1)-$(2)$$(X)
164
165
test/rustctest.stage$(1)-$(2)$$(X): \
166
$$(COMPILER_CRATE) $$(COMPILER_INPUTS) \
167
- $$(TARGET_SREQ$(1)$$(CFG_HOST_TRIPLE)) \
+ $$(TARGET_SREQ$(1)$(2) \
168
$$(HOST_LIB$(1))/$$(CFG_RUSTLLVM) \
169
$$(TARGET_LIB$(1)$(2))/$$(CFG_RUSTLLVM) \
170
$$(TARGET_LIB$(1)$(2))/$$(CFG_STDLIB)
0 commit comments