From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [80.91.229.2] (helo=ciao.gmane.org) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1L8KxC-00031H-0j for openembedded-devel@openembedded.org; Thu, 04 Dec 2008 21:37:42 +0100 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L8Kth-0004W5-1g for openembedded-devel@openembedded.org; Thu, 04 Dec 2008 20:34:05 +0000 Received: from s55917625.adsl.wanadoo.nl ([85.145.118.37]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Dec 2008 20:34:05 +0000 Received: from k.kooi by s55917625.adsl.wanadoo.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Dec 2008 20:34:05 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@openembedded.org From: Koen Kooi Date: Thu, 04 Dec 2008 21:33:51 +0100 Message-ID: References: <20081204080249.GR16628@smtp.west.cox.net> <20081204192759.GY16628@smtp.west.cox.net> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: s55917625.adsl.wanadoo.nl User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b3pre) Gecko/20081130 Shredder/3.0b1pre In-Reply-To: <20081204192759.GY16628@smtp.west.cox.net> Sender: news Subject: Re: gdb-cross-sdk hacking around gcc-4.3 warnings? X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 20:37:42 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 04-12-08 20:28, Tom Rini wrote: > On Thu, Dec 04, 2008 at 06:06:03PM +0100, Koen Kooi wrote: >> On 04-12-08 09:02, Tom Rini wrote: >>> Hello, I see that in >>> http://gitweb.openembedded.net/?p=openembedded.git;a=commit;h=6348b3baf7a61fc07626a3ecb29b539d438cfb4f >>> we dropped -Werror from gdb-cross-sdk. Was this for gcc-4.3 support? >>> If so, could we replace that by importing >>> http://patches.ubuntu.com/g/gdb/extracted/gcc-4.3-build-error.patch >>> instead? I'll do the work, just don't want to step on anyones toes if >>> there was a different reason behind the change, thanks! >> I'm not fond of enabling -Werror in crossbuilders, since simple, >> harmless warnings will break your build. >> If you are *completely* sure your patch removes *all* -Werror related >> problems, then go ahead. > > Checked with an ARM and x86 build now, so yes, I'm pretty confident. > Tangentally, what're a powerpc / avr32 target that should build (I'll fix > db1200 / MIPS if that's broken, again) ? Which arm? IIRC it broke on an armv7 build. regards, Koen