changeset 135:80d0640ded1e

Comment out qemu source download too. I want to put this back but not until it WORKS, and making the build sane is something that has to happen upstream.
author Rob Landley <rob@landley.net>
date Wed, 21 Mar 2007 15:26:17 -0400
parents da91da84e7de
children 8c3d95f52237
files download.sh
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Wed Mar 21 15:23:12 2007 -0400
+++ b/download.sh	Wed Mar 21 15:26:17 2007 -0400
@@ -38,9 +38,9 @@
 
 # Ye olde emulator
 
-URL=http://qemu.org/qemu-0.9.0.tar.gz \
-SHA1=1e57e48a06eb8729913d92601000466eecef06cb \
-download &&
+#URL=http://qemu.org/qemu-0.9.0.tar.gz \
+#SHA1=1e57e48a06eb8729913d92601000466eecef06cb \
+#download &&
 
 # Required for native build environment
 
@@ -71,6 +71,7 @@
 
 # ftp://ftp.denx.de/pub/u-boot/u-boot-1.2.0.tar.bz2
 # http://tinderbox.dev.gentoo.org/portage/scripts/bootstrap.sh
+# http://cxx.uclibc.org/src/uClibc++-0.2.1.tar.bz2
 
 echo === Got all source. &&