]> git.proxmox.com Git - rustc.git/blame - src/test/run-make-fulldeps/target-without-atomic-cas/Makefile
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / run-make-fulldeps / target-without-atomic-cas / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
8faf50e0
XL
2
3# The target used below doesn't support atomic CAS operations. Verify that's the case
4all:
e74abb32 5 $(RUSTC) --print cfg --target thumbv6m-none-eabi | $(CGREP) -v 'target_has_atomic="ptr"'