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 3064e0a commit 06d0a71Copy full SHA for 06d0a71
src/test/run-make/thumb-none-qemu/Makefile
@@ -14,14 +14,14 @@ export WORK_DIR := $(TMPDIR)
14
export HERE := $(shell pwd)
15
16
## clean up unused env variables which might cause harm.
17
-# unexport RUSTC_LINKER
18
-# unexport RUSTC_BOOTSTRAP
19
-# unexport RUST_BUILD_STAGE
20
-# unexport RUST_TEST_THREADS
21
-# unexport RUST_TEST_TMPDIR
22
-# unexport AR
23
-# unexport CC
24
-# unexport CXX
+unexport RUSTC_LINKER
+unexport RUSTC_BOOTSTRAP
+unexport RUST_BUILD_STAGE
+unexport RUST_TEST_THREADS
+unexport RUST_TEST_TMPDIR
+unexport AR
+unexport CC
+unexport CXX
25
26
all:
27
bash script.sh
0 commit comments