summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan A. Kollasch <jakllsch@kollasch.net>2011-11-07 13:05:18 -0600
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-11-07 22:04:47 +0100
commit2d7ab4c559ae1da8ebf1107b179e3a136b869beb (patch)
tree633299faeae0629a00f18f763d495633ce899ab6
parent3fd44c36e5d02af9ab0c5356c64b12be303a40bf (diff)
downloadcoreboot-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>
-rwxr-xr-xutil/crossgcc/buildgcc2
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