Commit f4e3947f authored by Ian Lance Taylor's avatar Ian Lance Taylor

Permit the CC environment variable to include arguments

(I should have tested the last change a bit more before
submitting).

R=rsc
http://go/go-review/1017011
parent fab7ae15
......@@ -17,7 +17,7 @@ ignore=$ignore'|In file included from'
ignore=$ignore'| from'
# Figure out which cc to run; this is set by make.bash.
gcc=@CC@
gcc="@CC@"
if test "$gcc" = "@C""C@"; then
gcc=gcc
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment