buildgcc: don't download python and expat if disabled
[coreboot.git] / 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