From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nigel Kukard Date: Sun, 30 Mar 2008 21:53:17 +0000 Subject: [Buildroot] svn commit: trunk/buildroot In-Reply-To: <20080330214917.064FA3C52C@busybox.net> References: <20080330214917.064FA3C52C@busybox.net> Message-ID: <1206913997.3290.19.camel@nigel-x60> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net 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://busybox.net/lists/buildroot/attachments/20080330/8ad1fd1c/attachment.pgp