]> Cypherpunks repositories - gostls13.git/commitdiff
Permit the CC environment variable to include arguments
authorIan Lance Taylor <iant@golang.org>
Mon, 2 Nov 2009 00:29:33 +0000 (16:29 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 2 Nov 2009 00:29:33 +0000 (16:29 -0800)
(I should have tested the last change a bit more before
submitting).

R=rsc
http://go/go-review/1017011

src/quietgcc.bash

index 29f22ee0ae112c90bf02e17da773f566a95a8cd1..54e091e25b2dbc567f4540a3803125b30bcc9f14 100755 (executable)
@@ -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