diff host-tools.sh @ 1229:313c702a0984

Remove toybox.
author Rob Landley <rob@landley.net>
date Tue, 24 Aug 2010 03:08:47 -0500
parents 8a0b2268c8ca
children 918501f802d1
line wrap: on
line diff
--- a/host-tools.sh	Tue Aug 24 02:53:11 2010 -0500
+++ b/host-tools.sh	Tue Aug 24 03:08:47 2010 -0500
@@ -84,7 +84,6 @@
 # thing.
 
 [ ! -f "$STAGE_DIR/busybox" ] && build_section busybox
-[ ! -f "$STAGE_DIR/toybox" ] && build_section toybox
 
 # Create symlinks to the host toolchain.  We need a usable existing host
 # toolchain in order to build anything else (even a new host toolchain),