Move almost all run-make-fulldeps to run-make
They pass fine.
This commit is contained in:
parent
f2d9a3d077
commit
433da1fc04
696 changed files with 2 additions and 2 deletions
5
tests/run-make/target-without-atomic-cas/Makefile
Normal file
5
tests/run-make/target-without-atomic-cas/Makefile
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
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"'
|
||||
Loading…
Add table
Add a link
Reference in a new issue