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:
parent
fab7ae15ee
commit
f4e3947ffe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user