[coreboot] New patch to review for coreboot: 02b1ce4 buildgcc: don't download python and expat if disabled

Jonathan A. Kollasch (jakllsch@kollasch.net) gerrit at coreboot.org
Mon Nov 7 20:09:18 CET 2011


Jonathan A. Kollasch (jakllsch at kollasch.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/423

-gerrit

commit 02b1ce47657abe3db2cab7e0c2a6b114f0423086
Author: Jonathan A. Kollasch <jakllsch at kollasch.net>
Date:   Mon Nov 7 13:05:18 2011 -0600

    buildgcc: don't download python and expat if disabled
    
    Change-Id: I18cb1426e935c46ead30c72685829c20d186f9d8
    Signed-off-by: Jonathan A. Kollasch <jakllsch at kollasch.net>
---
 util/crossgcc/buildgcc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 748b944..f86332d 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -211,7 +211,9 @@ if [ $SKIPGDB -eq 1 ]; then
 	fi
 fi
 if [ $SKIPPYTHON -eq 1 ]; then
+	PYTHON_ARCHIVE=""
 	PYTHON_PACKAGE=""
+	EXPAT_ARCHIVE=""
 	EXPAT_PACKAGE=""
 fi
 




More information about the coreboot mailing list