the following patch was just integrated into master: commit 2c1c02ea6aaff39de78d0cc2406886200360a71b Author: Nico Huber nico.h@gmx.de Date: Mon Jan 2 20:51:28 2017 +0100
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)
See https://review.coreboot.org/18018 for details.
-gerrit