From 19f7a40c13a34994ac1cc65ce48e5fc511e4974a Mon Sep 17 00:00:00 2001 From: Thiemo Seufer Date: Tue, 2 Sep 2008 00:23:02 +1000 Subject: [PATCH] --- yaml --- r: 114523 b: refs/heads/master c: ce400c0102d8e1367266115ce6bc22333e5e3da6 h: refs/heads/master i: 114521: e543a9bdcc16b92eb9c293fb41088a95c3c2cc5c 114519: 4d883e3a7727917b7eb4a586b2982d90a2218e56 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/Makefile | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 7188d7e34b1a..894fc1b257ef 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d6c93adbeb98c56e19f7df37633566b39fbcd4c9 +refs/heads/master: ce400c0102d8e1367266115ce6bc22333e5e3da6 diff --git a/trunk/arch/powerpc/Makefile b/trunk/arch/powerpc/Makefile index 4df38cbb4149..24dd1a37f8fb 100644 --- a/trunk/arch/powerpc/Makefile +++ b/trunk/arch/powerpc/Makefile @@ -104,7 +104,10 @@ endif KBUILD_CFLAGS += $(call cc-option,-mno-altivec) # No SPE instruction when building kernel +# (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.