We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b3935 commit 10395f3Copy full SHA for 10395f3
src/test/run-make/thumb-none-cortex-m/Makefile
@@ -13,17 +13,18 @@
13
# See https://stackoverflow.com/questions/7656425/makefile-ifeq-logical-or
14
ifneq (,$(filter $(TARGET),thumbv6m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf thumbv7m-none-eabi))
15
16
+# For cargo setting
17
+RUSTC := $(RUSTC_ORIGINAL)
18
+LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
19
# We need to be outside of 'src' dir in order to run cargo
20
WORK_DIR := $(TMPDIR)
21
+
22
HERE := $(shell pwd)
23
24
CRATE := cortex-m
25
CRATE_URL := https://github.com/rust-embedded/cortex-m
26
CRATE_SHA1 := a448e9156e2cb1e556e5441fd65426952ef4b927 # 0.5.0
27
-RUSTC := $(RUSTC_ORIGINAL)
-LD_LIBRARY_PATH := $(HOST_RPATH_DIR)
-
28
all:
29
env
30
mkdir -p $(WORK_DIR)
0 commit comments