rust/tests/run-make/target-without-atomic-cas/Makefile

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

6 lines
202 B
Makefile
Raw Normal View History

include ../tools.mk
2018-07-05 20:18:19 -05:00
# The target used below doesn't support atomic CAS operations. Verify that's the case
all:
$(RUSTC) --print cfg --target thumbv6m-none-eabi | $(CGREP) -v 'target_has_atomic="ptr"'