Skip to content

Commit

Permalink
rustc -> $(RUSTC) in rmake test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Aparicio committed Oct 2, 2016
1 parent 901c5f2 commit e4c3263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make/target-without-atomics/Makefile
Expand Up @@ -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

0 comments on commit e4c3263

Please sign in to comment.