build toolchain by default
authorEric Andersen <andersen@codepoet.org>
Wed, 28 Aug 2002 22:38:39 +0000 (22:38 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 28 Aug 2002 22:38:39 +0000 (22:38 -0000)
Makefile

index c711196b9931ca92330ed8515bfafa0275c8a531..b2916e44c7e4bce50ce4810b26625a581503946d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ ARCH:=i386
 #ARCH:=whatever
 
 # enable to build a native gcc toolchain with uclibc support
-USE_UCLIBC_TOOLCHAIN:=false
+USE_UCLIBC_TOOLCHAIN:=true
 
 # Enable this to use the uClibc daily snapshot instead of a released
 # version.  Daily snapshots may contain new features and bugfixes. Or