rustc -> $(RUSTC) in rmake test

This commit is contained in:
Jorge Aparicio 2016-09-30 23:13:44 -05:00
parent 901c5f2aa4
commit e4c3263e5f

View file

@ -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