rust/tests/run-make/issue-37839/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
180 B
Makefile
Raw Normal View History

# ignore-cross-compile
include ../tools.mk
2016-11-17 18:51:24 -06:00
all:
$(RUSTC) a.rs && $(RUSTC) b.rs
$(BARE_RUSTC) c.rs -L dependency=$(TMPDIR) --extern b=$(TMPDIR)/libb.rlib \
--out-dir=$(TMPDIR)