mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-07 20:43:03 +00:00
![Joshua Nelson](/assets/img/avatar_default.png)
`run-make-fulldeps` is never cross-compiled, so a lot of these tests never accounted for --target. Ignore them when cross-compiling for now.
7 lines
119 B
Makefile
7 lines
119 B
Makefile
# ignore-cross-compile
|
|
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) lib.rs
|
|
$(RUSTC) test.rs --extern foo=$(TMPDIR)/libbar.rlib
|