buildgcc: don't download python and expat if disabled
authorJonathan A. Kollasch <jakllsch@kollasch.net>
Mon, 7 Nov 2011 19:05:18 +0000 (13:05 -0600)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Mon, 7 Nov 2011 21:04:47 +0000 (22:04 +0100)
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>
util/crossgcc/buildgcc

index 748b9440cb00ce10cbe362383ef50d0d7274da74..f86332da0ee6abaf58adba41171290eac0a3c8fc 100755 (executable)
@@ -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