powerpc: Remove unncessary SPE related compiler flag
authorKumar Gala <galak@kernel.crashing.org>
Tue, 28 Oct 2008 13:55:05 +0000 (08:55 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Wed, 3 Dec 2008 14:19:10 +0000 (08:19 -0600)
After testing of various compiler flag combinations by Nate Case it was
determined that -mabi=no-spe has no impact on the compiler generating
SPE instructions.  Only -mno-spe and -mspe=no do.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/Makefile

index 1f06670..72d17f5 100644 (file)
@@ -107,7 +107,6 @@ KBUILD_CFLAGS += $(call cc-option,-mno-altivec)
 # (We use all available options to help semi-broken compilers)
 KBUILD_CFLAGS += $(call cc-option,-mno-spe)
 KBUILD_CFLAGS += $(call cc-option,-mspe=no)
-KBUILD_CFLAGS += $(call cc-option,-mabi=no-spe)
 
 # Enable unit-at-a-time mode when possible. It shrinks the
 # kernel considerably.