From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from xes-mad.com (xes-mad.com [216.165.139.214]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 888A4DDF31 for ; Wed, 15 Oct 2008 09:02:33 +1100 (EST) Subject: Re: [PATCH] powerpc: enforce a non-spe kernel build even on broken compilers From: Nate Case To: Sebastian Siewior In-Reply-To: <1224012320.7879.79.camel@localhost.localdomain> References: <20080901142302.GA13754@www.tglx.de> <1224012320.7879.79.camel@localhost.localdomain> Content-Type: text/plain Date: Tue, 14 Oct 2008 17:02:12 -0500 Message-Id: <1224021732.7879.100.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, ths@linutronix.de List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2008-10-14 at 14:25 -0500, Nate Case wrote: > > -mno-spe: Deprecated way to say "no SPE instructions" > -mspe=no: New way to do -mno-spe Sorry, I got this backwards (as Kumar pointed out in his other reply). -mspe=no is actually deprecated. - Nate Case