]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/target-without-atomic-cas/Makefile
Merge commit 'cd4810de42c57b64b74dae09c530a4c3a41f87b9' into libgccjit-codegen
[rust.git] / src / test / run-make-fulldeps / target-without-atomic-cas / Makefile
1 -include ../tools.mk
2
3 # The target used below doesn't support atomic CAS operations. Verify that's the case
4 all:
5         $(RUSTC) --print cfg --target thumbv6m-none-eabi | $(CGREP) -v 'target_has_atomic="ptr"'