diff config @ 714:db04bd3c11e0

First pass at canadian cross toolchain build. Result doesn't actually work yet, but it builds.
author Rob Landley <rob@landley.net>
date Thu, 16 Apr 2009 06:21:50 -0500
parents 9282f84b31a1
children 545f5665835b
line wrap: on
line diff
--- a/config	Fri Apr 10 03:32:41 2009 -0500
+++ b/config	Thu Apr 16 06:21:50 2009 -0500
@@ -27,9 +27,9 @@
 
 # export RECORD_COMMANDS=1
 
-# If this is set, the cross-compiler stage is compiled with --static.
+# If this is set, the compiler is built with --static.
 
-# export CROSS_BUILD_STATIC=1
+# export BUILD_STATIC=1
 
 # This may be set by the target's "details" file, but you can override it here.
 # You can set it to ext2, initramfs, or squashfs.  It defaults to ext2 if blank.