buildgcc: Remove quotes around a $CC call
commit2c1c02ea6aaff39de78d0cc2406886200360a71b
authorNico Huber <nico.h@gmx.de>
Mon, 2 Jan 2017 19:51:28 +0000 (2 20:51 +0100)
committerMartin Roth <martinroth@google.com>
Wed, 4 Jan 2017 21:18:24 +0000 (4 22:18 +0100)
tree54769ec0296186a235bc51c388e17c41f0685afb
parentcf84619dd66789454b14a1dccb7b6c11cbb5e80a
buildgcc: Remove quotes around a $CC call

If we use ccache we have to interpret spaces in $CC as separation
characters. The downside is that we can't support spaces in the
compiler's path. But, well...

Change-Id: I4e6e6324389354669a755f570083a40ff00b1bbf
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/18018
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins)
util/crossgcc/buildgcc