From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [206.46.173.1] (helo=vms173001pub.verizon.net) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1KgnAu-0003AW-Ja for openembedded-devel@lists.openembedded.org; Fri, 19 Sep 2008 23:06:00 +0200 Received: from gandalf.denix.org ([71.255.232.65]) by vms173001.mailsrvcs.net (Sun Java System Messaging Server 6.2-6.01 (built Apr 3 2006)) with ESMTPA id <0K7G00N82NQ60HGY@vms173001.mailsrvcs.net> for openembedded-devel@lists.openembedded.org; Fri, 19 Sep 2008 16:01:19 -0500 (CDT) Received: by gandalf.denix.org (Postfix, from userid 1000) id 84BB86B83B5; Fri, 19 Sep 2008 17:01:18 -0400 (EDT) Date: Fri, 19 Sep 2008 17:01:18 -0400 From: Denys Dmytriyenko In-reply-to: <20080915071849.GA7168@denix.org> To: openembedded-devel@lists.openembedded.org Message-id: <20080919210118.GA4101@denix.org> MIME-version: 1.0 References: <20080911195243.GA16359@denix.org> <20080912000208.GA12469@gmail.com> <20080912015320.GB17523@denix.org> <20080912021136.GA20033@gmail.com> <20080913190643.GA14530@gmail.com> <20080915071849.GA7168@denix.org> User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Re: RFC: SDK/external-toolchain fixes 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: Fri, 19 Sep 2008 21:06:00 -0000 Content-type: text/plain; charset=us-ascii Content-disposition: inline Khem, On Mon, Sep 15, 2008 at 03:18:49AM -0400, Denys Dmytriyenko wrote: > On Sat, Sep 13, 2008 at 12:06:43PM -0700, Khem Raj wrote: > > >>> I agree that this is not a proper fix, but rather a hack. glibc has its own > > >>> limits.h, which wants to include gcc's limits.h like this: > > >>> > > >>> This issue was brought up before, but as far as I can tell, it wasn't fixed > > >>> properly. > > >>> This is initial Koen's post about the issue: > > >>> http://projects.linuxtogo.org/pipermail/openembedded-devel/2008-April/005108.html > > >>> And here is your own reply with one of the possible solutions: > > >>> http://projects.linuxtogo.org/pipermail/openembedded-devel/2008-April/005111.html > > >> > > >> right. So can you try this patch and see if this fixes the problem ? > > The proper fix seems to work fine. Thanks for applying the patch. I see most of gcc-cross* recipes been cleaned removing the hack mentioned above, but there are few more, mostly CodeSourcery ones. The patch for those is in the ticket #4560: http://bugs.openembedded.net/show_bug.cgi?id=4560 -- Denys