tests: support cross-compilation in run-make/rustc-macro-dep-files.
This commit is contained in:
parent
15c77caf59
commit
f083c32da7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user