diff simple-root-filesystem.sh @ 1128:e5f9681a8b3c

Lots of comment updates. Add a NO_HOST_TOOLS=1 config option, and a few "time" calls to stages that didn't have them. Put native-compiler.sh after root-filesystem.sh in build so it's slightly easier to document.
author Rob Landley <rob@landley.net>
date Sat, 19 Jun 2010 16:44:49 -0500
parents 2b68517f5b62
children 1ad777637d2d
line wrap: on
line diff
--- a/simple-root-filesystem.sh	Sat Jun 19 16:42:03 2010 -0500
+++ b/simple-root-filesystem.sh	Sat Jun 19 16:44:49 2010 -0500
@@ -2,6 +2,10 @@
 
 # Build a basic busybox+uClibc root filesystem for a given target.
 
+# Requires a cross-compiler (or simple-cross-compiler) in the $PATH or in
+# the build directory.  In theory you can supply your own as long as the
+# prefix- name is correct.
+
 source sources/include.sh || exit 1
 read_arch_dir "$1"
 check_for_base_arch || exit 0