[Buildroot] svn commit: trunk/buildroot

Nigel Kukard nkukard at lbsd.net
Sun Mar 30 21:53:17 UTC 2008


On Sun, 2008-03-30 at 14:49 -0700, ulf at uclibc.org wrote:
> 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 

Which build does this break?

I committed a patch yesterday which removes -O0 from the kernel build
btw ;)

-N
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.busybox.net/pipermail/buildroot/attachments/20080330/8ad1fd1c/attachment-0002.pgp 


More information about the buildroot mailing list