From: Jonathan A. Kollasch Date: Mon, 7 Nov 2011 19:05:18 +0000 (-0600) Subject: buildgcc: don't download python and expat if disabled X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=commitdiff_plain;h=2d7ab4c559ae1da8ebf1107b179e3a136b869beb buildgcc: don't download python and expat if disabled Change-Id: I18cb1426e935c46ead30c72685829c20d186f9d8 Signed-off-by: Jonathan A. Kollasch Reviewed-on: http://review.coreboot.org/423 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 748b9440c..f86332da0 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