]> git.proxmox.com Git - rustc.git/blame - tests/run-make/mismatching-target-triples/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / mismatching-target-triples / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
1a4d82fc
JJ
2
3# Issue #10814
4#
5# these are no_std to avoid having to have the standard library or any
6# linkers/assemblers for the relevant platform
7
8all:
9 $(RUSTC) foo.rs --target=i686-unknown-linux-gnu
10 $(RUSTC) bar.rs --target=x86_64-unknown-linux-gnu 2>&1 \
ff7c6d11 11 | $(CGREP) 'couldn'"'"'t find crate `foo` with expected target triple x86_64-unknown-linux-gnu'