[coreboot-gerrit] New patch to review for coreboot: 4bbb8e8 crossgcc: Clean GNU make context so builds succeed

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Fri Feb 27 23:41:47 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8545

-gerrit

commit 4bbb8e830db9872aafbc78702b5e7fedf1fbff28
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Fri Feb 27 23:36:26 2015 +0100

    crossgcc: Clean GNU make context so builds succeed
    
    Change-Id: I563e17b22127bc8c83ebfb17252184a3b6e0e58b
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 util/crossgcc/buildgcc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index e4ddbc2..0779266 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



More information about the coreboot-gerrit mailing list