Jonathan A. Kollasch ([email protected]) 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 <[email protected]>
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 <[email protected]>
---
 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
 

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to