Skip to content

Commit 8aa8018

Browse files
committed
Change CSREQ to use non-cross-compiled Rust libs.
This behavior matches the other fulldeps tests. It is correct for the plugin fulldeps tests, but it's wrong for the fulldeps programs that link against rustc and run on the target.
1 parent 566d653 commit 8aa8018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ PRETTY_DIRNAME_pretty-bench = bench
761761
PRETTY_DIRNAME_pretty-pretty = pretty
762762

763763
define DEF_PRETTY_FULLDEPS
764-
PRETTY_DEPS$(1)_T_$(2)_H_$(3)_pretty-rpass-full = $$(CSREQ$(1)_T_$(2)_H_$(3))
764+
PRETTY_DEPS$(1)_T_$(2)_H_$(3)_pretty-rpass-full = $$(CSREQ$(1)_T_$(3)_H_$(3))
765765
endef
766766

767767
$(foreach host,$(CFG_HOST), \

0 commit comments

Comments
 (0)