diff options
| author | Jorge Aparicio <japaricious@gmail.com> | 2016-09-30 23:13:44 -0500 |
|---|---|---|
| committer | Jorge Aparicio <japaricious@gmail.com> | 2016-10-02 15:52:26 -0500 |
| commit | e4c3263e5f0bf1ce4894bae713c03219434da5d1 (patch) | |
| tree | 985bbc61950623259f8761300f482da0906b40a1 | |
| parent | 901c5f2aa4d2a473500e1daec8fd2f627ddde5d2 (diff) | |
| download | rust-e4c3263e5f0bf1ce4894bae713c03219434da5d1.tar.gz rust-e4c3263e5f0bf1ce4894bae713c03219434da5d1.zip | |
rustc -> $(RUSTC) in rmake test
| -rw-r--r-- | src/test/run-make/target-without-atomics/Makefile | 2 |
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 |
