Skip to content

Commit e4c3263

Browse files
author
Jorge Aparicio
committed
rustc -> $(RUSTC) in rmake test
1 parent 901c5f2 commit e4c3263

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make/target-without-atomics

1 file changed

+1
-1
lines changed

src/test/run-make/target-without-atomics/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# The target used below doesn't support atomic operations. Verify that's the case
44
all:
5-
rustc --print cfg --target thumbv6m-none-eabi | grep -qv target_has_atomic
5+
$(RUSTC) --print cfg --target thumbv6m-none-eabi | grep -qv target_has_atomic

0 commit comments

Comments
 (0)