the following patch was just integrated into master: commit 6321f523e73c06953c8c6b0a24e06ef312490452 Author: Patrick Georgi patrick@georgi-clan.de Date: Fri Feb 27 23:36:26 2015 +0100
crossgcc: Clean GNU make context so builds succeed
GCC's build system is sometimes confused by our build system's configuration: make crossgcc failed, while util/crossgcc/buildgcc -p armv7-a-eabi didn't.
Make sure the GCC build system runs independently from ours by breaking any ties.
Change-Id: I563e17b22127bc8c83ebfb17252184a3b6e0e58b Signed-off-by: Patrick Georgi patrick@georgi-clan.de Reviewed-on: http://review.coreboot.org/8545 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com
See http://review.coreboot.org/8545 for details.
-gerrit