We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed3231 commit f9145d0Copy full SHA for f9145d0
src/test/run-make-fulldeps/target-without-atomic-cas/Makefile
@@ -0,0 +1,5 @@
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="cas"'
src/test/run-make-fulldeps/target-without-atomics/Makefile
0 commit comments