diff options
Diffstat (limited to 'arch/powerpc/Makefile')
| -rw-r--r-- | arch/powerpc/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 1a54a3b3a3fa..42dcd3f4ad7b 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
| @@ -112,6 +112,11 @@ KBUILD_CFLAGS += $(call cc-option,-mspe=no) | |||
| 112 | # kernel considerably. | 112 | # kernel considerably. |
| 113 | KBUILD_CFLAGS += $(call cc-option,-funit-at-a-time) | 113 | KBUILD_CFLAGS += $(call cc-option,-funit-at-a-time) |
| 114 | 114 | ||
| 115 | # FIXME: the module load should be taught about the additional relocs | ||
| 116 | # generated by this. | ||
| 117 | # revert to pre-gcc-4.4 behaviour of .eh_frame | ||
| 118 | KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm) | ||
| 119 | |||
| 115 | # Never use string load/store instructions as they are | 120 | # Never use string load/store instructions as they are |
| 116 | # often slow when they are implemented at all | 121 | # often slow when they are implemented at all |
| 117 | KBUILD_CFLAGS += -mno-string | 122 | KBUILD_CFLAGS += -mno-string |
