blob: 48c53a5651114df0c3a5417cc940322822c89c11 (
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 | grep -qv target_has_atomic
|