diff config @ 713:9282f84b31a1

Add NATIVE_TOOLCHAIN=only, to build _just_ the native toolchain (sae set of packages as the cross compiler, only --enable-shared and with uClibc++).
author Rob Landley <rob@landley.net>
date Fri, 10 Apr 2009 03:32:41 -0500
parents 20ba34b54140
children db04bd3c11e0
line wrap: on
line diff
--- a/config	Fri Apr 10 03:29:29 2009 -0500
+++ b/config	Fri Apr 10 03:32:41 2009 -0500
@@ -10,9 +10,12 @@
 # build a root filesystem containing only uClibc and busybox.  You can also
 # set it to "headers" to retain the linux/uClibc kernel headers (in case you'd
 # like to build your own native toolchain based on a different compiler).
+# If you set it to "only", it'll build a native toolchain (binutils, gcc,
+# uClibc, and the kernel headers) and nothing else.
 
 # export NATIVE_TOOLCHAIN=none
 # export NATIVE_TOOLCHAIN=headers
+# export NATIVE_TOOLCHAIN=only
 
 # If this is set, root-filesystem will build a Linux From Scratch style /tools
 # directory instead of a more conventional filesystem layout in /usr.