summaryrefslogtreecommitdiffstats
path: root/tests/run-make/target-without-atomic-cas/Makefile
blob: 451f03d66cd2318aac8d6305790fc5e9f9acba87 (plain)
1
2
3
4
5
include ../tools.mk

# 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"'