Skip to content

Commit 13dbdc6

Browse files
author
Tor Hovland
committed
There is a -Clinker='arm-none-eabi-gcc' that seems to be causing trouble.
1 parent 27464fa commit 13dbdc6

File tree

1 file changed

+3
-0
lines changed
  • src/test/run-make/issue-10971-temps-dir

1 file changed

+3
-0
lines changed

src/test/run-make/issue-10971-temps-dir/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
# Regression test for issue #10971
44
# Running two invocations in parallel would overwrite each other's temp files.
55

6+
## clean up unused env variables which might cause harm.
7+
unexport RUSTC_LINKER
8+
69
all:
710
touch $(TMPDIR)/lib.rs
811

0 commit comments

Comments
 (0)