about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2016-09-30 23:13:44 -0500
committerJorge Aparicio <japaricious@gmail.com>2016-10-02 15:52:26 -0500
commite4c3263e5f0bf1ce4894bae713c03219434da5d1 (patch)
tree985bbc61950623259f8761300f482da0906b40a1
parent901c5f2aa4d2a473500e1daec8fd2f627ddde5d2 (diff)
downloadrust-e4c3263e5f0bf1ce4894bae713c03219434da5d1.tar.gz
rust-e4c3263e5f0bf1ce4894bae713c03219434da5d1.zip
rustc -> $(RUSTC) in rmake test
-rw-r--r--src/test/run-make/target-without-atomics/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-make/target-without-atomics/Makefile b/src/test/run-make/target-without-atomics/Makefile
index 91f48d2315a..48c53a56511 100644
--- a/src/test/run-make/target-without-atomics/Makefile
+++ b/src/test/run-make/target-without-atomics/Makefile
@@ -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