[Buildroot] svn commit: trunk/buildroot

ulf at uclibc.org ulf at uclibc.org
Sun Mar 30 21:49:16 UTC 2008


Author: ulf
Date: 2008-03-30 14:49:16 -0700 (Sun, 30 Mar 2008)
New Revision: 21589

Log:
Do not allow optimizations which breaks linux build

Modified:
   trunk/buildroot/Config.in


Changeset:
Modified: trunk/buildroot/Config.in
===================================================================
--- trunk/buildroot/Config.in	2008-03-30 20:52:33 UTC (rev 21588)
+++ trunk/buildroot/Config.in	2008-03-30 21:49:16 UTC (rev 21589)
@@ -259,11 +259,13 @@
 
 config BR2_OPTIMIZE_0
 	bool "optimization level 0"
+	depends on !BR2_PACKAGE_LINUX
 	help
 	  Do not optimize. This is the default. 
 
 config BR2_OPTIMIZE_1
 	bool "optimization level 1"
+	depends on !BR2_PACKAGE_LINUX
 	help
 	  Optimize. Optimizing compilation takes somewhat more time, 
 	  and a lot more memory for a large function. With -O, the 




More information about the buildroot mailing list