We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 901c5f2 commit e4c3263Copy full SHA for e4c3263
src/test/run-make/target-without-atomics/Makefile
@@ -2,4 +2,4 @@
2
3
# The target used below doesn't support atomic operations. Verify that's the case
4
all:
5
- rustc --print cfg --target thumbv6m-none-eabi | grep -qv target_has_atomic
+ $(RUSTC) --print cfg --target thumbv6m-none-eabi | grep -qv target_has_atomic
0 commit comments