1
0
mirror of https://github.com/golang/go synced 2024-11-22 06:14:39 -07:00

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
This commit is contained in:
Ian Lance Taylor 2009-11-01 16:29:33 -08:00
parent fab7ae15ee
commit f4e3947ffe

View File

@ -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