diff options
author | Jonathan A. Kollasch <jakllsch@kollasch.net> | 2011-11-07 13:05:18 -0600 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-11-07 22:04:47 +0100 |
commit | 2d7ab4c559ae1da8ebf1107b179e3a136b869beb (patch) | |
tree | 633299faeae0629a00f18f763d495633ce899ab6 /util/crossgcc/buildgcc | |
parent | 3fd44c36e5d02af9ab0c5356c64b12be303a40bf (diff) | |
download | coreboot-2d7ab4c559ae1da8ebf1107b179e3a136b869beb.tar.xz |
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>
Diffstat (limited to 'util/crossgcc/buildgcc')
-rwxr-xr-x | util/crossgcc/buildgcc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 748b9440cb..f86332da0e 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 |