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 5c654f2 commit 62b3935Copy full SHA for 62b3935
src/test/run-make/thumb-none-cortex-m/Makefile
@@ -14,7 +14,7 @@
14
ifneq (,$(filter $(TARGET),thumbv6m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf thumbv7m-none-eabi))
15
16
# We need to be outside of 'src' dir in order to run cargo
17
-WORK_DIR := $(RUST_TEST_TMPDIR)/run-make/$(TARGET)
+WORK_DIR := $(TMPDIR)
18
HERE := $(shell pwd)
19
20
CRATE := cortex-m
0 commit comments