From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Date: Tue, 19 Aug 2008 23:37:34 +0000 Subject: Re: [PATCH] Make silo work with recent kernel headers and gcc 4.3 Message-Id: <20080819.163734.170607226.davem@davemloft.net> List-Id: References: <1219187229.7722.15.camel@lya.porno-bullen.de> In-Reply-To: <1219187229.7722.15.camel@lya.porno-bullen.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: sparclinux@vger.kernel.org From: Ben Collins Date: Tue, 19 Aug 2008 19:28:37 -0400 > On Wed, 2008-08-20 at 01:07 +0200, Friedrich Oslage wrote: > > These are the patches we(Gentoo) are using to compile silo with recent > > linux kernel headers(>=2.6.25) and gcc 4.3. > > > > I only checked Debian SID, but probably all other distributions out > > there would benefit from this. > > > > Please apply them :) > > I'll check the rest of it, but on initial glance, wouldn't it be better > to just do -lgcc instead of the `gcc -print...` mess? We do the link by hand using $(LD), so that might be part of the issue.