From 6321f523e73c06953c8c6b0a24e06ef312490452 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 27 Feb 2015 23:36:26 +0100 Subject: crossgcc: Clean GNU make context so builds succeed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: http://review.coreboot.org/8545 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki --- util/crossgcc/buildgcc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index e4ddbc24e4..0779266a79 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -64,6 +64,8 @@ IASL_DIR="acpica-unix-${IASL_VERSION}" PYTHON_DIR="Python-${PYTHON_VERSION}" EXPAT_DIR="expat-${EXPAT_VERSION}" +unset MAKELEVEL MAKEFLAGS + SAVETEMPS=0 SKIPGDB=1 SKIPPYTHON=1 -- cgit v1.2.3