2022-08-22 19:00:00 -05:00
|
|
|
include ../tools.mk
|
2014-11-10 04:52:55 -06:00
|
|
|
|
|
|
|
# Issue #10814
|
|
|
|
#
|
|
|
|
# these are no_std to avoid having to have the standard library or any
|
|
|
|
# linkers/assemblers for the relevant platform
|
|
|
|
|
|
|
|
all:
|
|
|
|
$(RUSTC) foo.rs --target=i686-unknown-linux-gnu
|
|
|
|
$(RUSTC) bar.rs --target=x86_64-unknown-linux-gnu 2>&1 \
|
2017-11-23 09:19:50 -06:00
|
|
|
| $(CGREP) 'couldn'"'"'t find crate `foo` with expected target triple x86_64-unknown-linux-gnu'
|