Skip to content

Commit c443b27

Browse files
Fix passing CC to maketest.py when CC has arguments.
For example, I configure with CC="ccache /usr/lib/icecc/bin/gcc".
1 parent aca2057 commit c443b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/tests.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ $(3)/test/run-make/%-$(1)-T-$(2)-H-$(3).ok: \
10561056
$$(MAKE) \
10571057
$$(HBIN$(1)_H_$(3))/rustc$$(X_$(3)) \
10581058
$(3)/test/run-make/$$* \
1059-
$$(CC_$(3)) \
1059+
"$$(CC_$(3))" \
10601060
"$$(CFG_GCCISH_CFLAGS_$(3))" \
10611061
$$(HBIN$(1)_H_$(3))/rustdoc$$(X_$(3)) \
10621062
"$$(TESTNAME)" \

0 commit comments

Comments
 (0)