diff config @ 865:15522b490e53

Build busybox static by default (but not for host-tools.sh, since static glibc is buggy, and let .config to switch it off).
author Rob Landley <rob@landley.net>
date Mon, 26 Oct 2009 20:29:16 -0500
parents b3d3ca365d4e
children 850da666acc6
line wrap: on
line diff
--- a/config	Mon Oct 26 06:16:45 2009 -0500
+++ b/config	Mon Oct 26 20:29:16 2009 -0500
@@ -27,8 +27,13 @@
 
 # export RECORD_COMMANDS=1
 
-# If this is set, packages are statically linked.
+# By default, only busybox is built statically (doing so provides a 20%
+# performance boost to autoconf under qemu).
 
+# To make busybox dynamic, set this to "none".  Set it to any other
+# value to link all packages statically.
+
+# export BUILD_STATIC=none
 # export BUILD_STATIC=1
 
 # If this is set, build.sh will build a compiler statically linked