From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2DE99DDF99 for ; Fri, 2 May 2008 23:38:06 +1000 (EST) In-Reply-To: References: Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <20862df61b024849f55dbd54de7cfb8f@kernel.crashing.org> From: Segher Boessenkool Subject: Re: [PATCH] [POWERPC] Fix bootwrapper builds with newer gcc versions Date: Fri, 2 May 2008 15:37:54 +0200 To: Kumar Gala Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , >> Why can't we link with libgcc, instead? > > we possibly could, the problem is knowing the path of libgcc to link > with. gcc -print-libgcc-file-name > This seemed easier to me than the makefile headaches to ensure that > we get that right. Ah come on, make syntax is fun! Segher