svn commit: trunk/buildroot/toolchain

vapier at uclibc.org vapier at uclibc.org
Mon Feb 20 08:43:45 UTC 2006


Author: vapier
Date: 2006-02-20 00:43:45 -0800 (Mon, 20 Feb 2006)
New Revision: 14143

Log:
disable multilib by default

Modified:
   trunk/buildroot/toolchain/Config.in


Changeset:
Modified: trunk/buildroot/toolchain/Config.in
===================================================================
--- trunk/buildroot/toolchain/Config.in	2006-02-20 08:43:04 UTC (rev 14142)
+++ trunk/buildroot/toolchain/Config.in	2006-02-20 08:43:45 UTC (rev 14143)
@@ -17,7 +17,7 @@
 
 config BR2_ENABLE_MULTILIB
 	bool "Enable multilib support?"
-	default y
+	default n
 	help
 	    If you want multilib enabled, enable this...
 




More information about the uClibc-cvs mailing list