summary refs log tree commit diff
path: root/src/test/run-make/target-without-atomics/Makefile
blob: c5f575ddf84c694c9e5ba8257a4ae88f2ecc7e31 (plain)
1
2
3
4
5
-include ../tools.mk

# The target used below doesn't support atomic operations. Verify that's the case
all:
	$(RUSTC) --print cfg --target thumbv6m-none-eabi | $(CGREP) -v target_has_atomic