diff config @ 1350:7eabfa815c90

Split up system-image.sh into root-image.sh, linux-kernel.sh, and system-image.sh. Rename CROSS_HOST_ARCH to CROSS_COMPILER_HOST.
author Rob Landley <rob@landley.net>
date Mon, 18 Apr 2011 18:41:04 -0500
parents 37ba3859ea14
children ad5303b6d35a
line wrap: on
line diff
--- a/config	Mon Apr 18 08:04:46 2011 -0500
+++ b/config	Mon Apr 18 18:41:04 2011 -0500
@@ -42,7 +42,7 @@
 # Note that most x86_64 systems can run a statically linked i686 binary even
 # if they don't have the 32-bit libraries installed, so that's a good default.
 
-# export CROSS_HOST_ARCH=i686
+# export CROSS_COMPILER_HOST=i686
 
 # If this is set, only build a C compiler and not C++