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 ESMTP id 1C6FCDDFA5 for ; Fri, 20 Jul 2007 08:04:46 +1000 (EST) In-Reply-To: <469FDBDC.5030700@am.sony.com> References: <469FDBDC.5030700@am.sony.com> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: From: Kumar Gala Subject: Re: PS3: Fix build with 32-bit toolchains Date: Thu, 19 Jul 2007 17:05:14 -0500 To: Geoff Levand Cc: linuxppc-dev , Paul Mackerras , Arnd Bergmann List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jul 19, 2007, at 4:47 PM, Geoff Levand wrote: > The PS3 bootwrapper files use instructions only available on > 64-bit CPUs. Add the code generation directive '.machine "ppc64"' > for toolchains configured for 32-bit CPUs. > > Signed-off-by: Geoff Levand while this is a fix, why are we even building it Grant's case of building 834x itx. - k