changeset 1800:60d648f342ab draft

Update config comment to show correct defaults.
author Rob Landley <rob@landley.net>
date Sat, 24 Oct 2015 06:40:58 -0500
parents 9aa5983fbbaa
children 8d8a961cfbca
files config
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/config	Sat Oct 24 06:39:21 2015 -0500
+++ b/config	Sat Oct 24 06:40:58 2015 -0500
@@ -34,7 +34,7 @@
 # autoconf under qemu, and building the native compiler static makes it much
 # more portable to other target root filesystems.)
 
-# export BUILD_STATIC=busybox,binutils,gcc-core,gcc-g++,make
+# export BUILD_STATIC=busybox,toybox,binutils,gcc-core,gcc-g++,make
 
 # If this is set, build.sh will build a cross compiler statically linked
 # against uClibc. This indicates which host that compiler should run on.