buildgcc: don't download python and expat if disabled

Change-Id: I18cb1426e935c46ead30c72685829c20d186f9d8
Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net>
Reviewed-on: http://review.coreboot.org/423
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
Jonathan A. Kollasch 2011-11-07 13:05:18 -06:00 committed by Stefan Reinauer
parent 3fd44c36e5
commit 2d7ab4c559
1 changed files with 2 additions and 0 deletions

View File

@ -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