about summary refs log tree commit diff
diff options
context:
space:
mode:
authorHideki Sekine <sekineh@me.com>2018-10-10 10:51:28 +0900
committerHideki Sekine <sekineh@me.com>2018-10-10 10:51:28 +0900
commita4faa5ef7319ea6b457fee233a0699569c393f7a (patch)
tree57a5b36ffa42702511af56c904f69796ddfb7dec
parent5b0f4869764167c2444d179ace2e220943506a7b (diff)
downloadrust-a4faa5ef7319ea6b457fee233a0699569c393f7a.tar.gz
rust-a4faa5ef7319ea6b457fee233a0699569c393f7a.zip
[ci] run-make/thumb-none-qemu: transfer logic to script.sh (2)
-rw-r--r--src/test/run-make/thumb-none-qemu/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/test/run-make/thumb-none-qemu/Makefile b/src/test/run-make/thumb-none-qemu/Makefile
index 91921a2a9f8..bf57bc5b311 100644
--- a/src/test/run-make/thumb-none-qemu/Makefile
+++ b/src/test/run-make/thumb-none-qemu/Makefile
@@ -13,12 +13,6 @@ LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
 export WORK_DIR := $(TMPDIR)
 export HERE := $(shell pwd)
 
-
-# hint: we could set variables per $(TARGET) basis in order to support other targets.
-export CRATE := cortex-m-rt
-export CRATE_URL := https://github.com/rust-embedded/cortex-m-rt
-export CRATE_SHA1 := 62972c8a89ff54b76f9ef0d600c1fcf7a233aabd
-
 all:
 	bash script.sh
 else