rustc -> $(RUSTC) in rmake test
This commit is contained in:
parent
901c5f2aa4
commit
e4c3263e5f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
|||
|
||||
# The target used below doesn't support atomic operations. Verify that's the case
|
||||
all:
|
||||
rustc --print cfg --target thumbv6m-none-eabi | grep -qv target_has_atomic
|
||||
$(RUSTC) --print cfg --target thumbv6m-none-eabi | grep -qv target_has_atomic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue