diff download.sh @ 110:62f6268ff61b

Build uClibc's readelf and ldd by hand to work around inadequate cross-compile support. Add default CC=gcc to include.sh. Download distcc. Add run_emulator() to i686 and armv4l and use it in run-mini-native.sh.
author Rob Landley <rob@landley.net>
date Sat, 24 Feb 2007 20:33:02 -0500
parents f38c6dd2aaaa
children 8c6b1e6a94d1
line wrap: on
line diff
--- a/download.sh	Sat Feb 24 20:31:26 2007 -0500
+++ b/download.sh	Sat Feb 24 20:33:02 2007 -0500
@@ -64,6 +64,11 @@
 SHA1=72c17d1dd6786d22ca0aaaa7292b8edcd70a27de \
 download &&
 
+# We look for things.  Things that make us go.  (Laxatives, aisle 7.)
+URL=http://distcc.samba.org/ftp/distcc/distcc-2.18.3.tar.bz2 \
+SHA1=88e4c15826bdbc5a3de0f7c1bcb429e558c6976d \
+download &&
+
 echo === Got all source. &&
 
 cleanup_oldfiles &&