From f4e3947ffeebdf3d60b76c89f0fb21f487ac8b7f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 1 Nov 2009 16:29:33 -0800 Subject: [PATCH] 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 --- src/quietgcc.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/quietgcc.bash b/src/quietgcc.bash index 29f22ee0ae1..54e091e25b2 100755 --- a/src/quietgcc.bash +++ b/src/quietgcc.bash @@ -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