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.