tests: support cross-compilation in run-make/rustc-macro-dep-files.

This commit is contained in:
Eduard-Mihai Burtescu 2018-11-25 04:43:00 +02:00
parent 15c77caf59
commit f083c32da7

View File

@ -1,6 +1,8 @@
-include ../../run-make-fulldeps/tools.mk
# FIXME(eddyb) provide `HOST_RUSTC` and `TARGET_RUSTC`
# instead of hardcoding them everywhere they're needed.
all:
$(RUSTC) foo.rs
$(RUSTC) bar.rs --emit dep-info
$(BARE_RUSTC) foo.rs --out-dir $(TMPDIR)
$(RUSTC) bar.rs --target $(TARGET) --emit dep-info
$(CGREP) -v "proc-macro source" < $(TMPDIR)/bar.d