diff options
Diffstat (limited to 'tests/run-make-fulldeps/target-without-atomic-cas/Makefile')
-rw-r--r-- | tests/run-make-fulldeps/target-without-atomic-cas/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/run-make-fulldeps/target-without-atomic-cas/Makefile b/tests/run-make-fulldeps/target-without-atomic-cas/Makefile deleted file mode 100644 index 451f03d66..000000000 --- a/tests/run-make-fulldeps/target-without-atomic-cas/Makefile +++ /dev/null @@ -1,5 +0,0 @@ -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"' |