diff README @ 966:bd2ea96aac53

Update READMEs.
author Rob Landley <rob@landley.net>
date Tue, 02 Feb 2010 21:24:32 -0600
parents 20ba34b54140
children d98aa02a7edf
line wrap: on
line diff
--- a/README	Tue Feb 02 19:37:11 2010 -0600
+++ b/README	Tue Feb 02 21:24:32 2010 -0600
@@ -79,15 +79,18 @@
 
 The build.sh script is a wrapper around other scripts.  The main three are:
 
-  cross-compiler.sh - create a cross compiler for the target.
+  simple-cross-compiler.sh - create a cross compiler for the target.
 
   root-filesystem.sh - use the cross compiler to build a root filesystem.
 
   system-image.sh - build a kernel and ext2 image to run under emulator.
 
-    # Or when building a cross-compile aware package, do something like:
-    #   export PATH=`pwd`/build/cross-compiler-i686/bin:$PATH
-    #   make CROSS_COMPILE=i686-
+An optional (but often useful) fourth script is:
+
+  native-compiler.sh - create a more complicated compiler for the target,
+                       statically linked against uClibc and with thread
+                       support and uClibc++.  (This can optionally be used
+                       to create a better cross compiler, via canadian cross.)
 
 This file is a brief introduction, for full documentation see