changeset 803:e2b613d35bb0

Make HOST_BUILD_EXTRA build the version of qemu the powerpc target runs under.
author Rob Landley <rob@landley.net>
date Thu, 13 Aug 2009 01:01:00 -0500
parents d3b42dfc4d40
children 14ebb6e13ce2
files download.sh
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Wed Aug 12 04:33:44 2009 -0500
+++ b/download.sh	Thu Aug 13 01:01:00 2009 -0500
@@ -109,8 +109,10 @@
 # but the following packages are not cross compiled for the target, and thus
 # do not wind up in the system image.)
 
-URL=http://download.savannah.nongnu.org/releases/qemu/qemu-0.10.2.tar.gz \
-SHA1=78f595a1fcb52f8bb2774f2d658a803530560b9c \
+#URL=http://download.savannah.nongnu.org/releases/qemu/qemu-0.10.2.tar.gz \
+#SHA1=78f595a1fcb52f8bb2774f2d658a803530560b9c \
+URL=http://impactlinux.com/fwl/mirror/qemu-2d18e637e5ec.tar.bz2 \
+SHA1=07012163dd55b8b07ba64cb759dcbe7d20d502b9 \
 download || dienow
 
 URL=http://downloads.sf.net/genext2fs/genext2fs-1.4.1.tar.gz &&