We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77afad commit c04868dCopy full SHA for c04868d
arch/powerpc/Makefile
@@ -239,11 +239,6 @@ KBUILD_CFLAGS += $(call cc-option,-mno-vsx)
239
KBUILD_CFLAGS += $(call cc-option,-mno-spe)
240
KBUILD_CFLAGS += $(call cc-option,-mspe=no)
241
242
-# FIXME: the module load should be taught about the additional relocs
243
-# generated by this.
244
-# revert to pre-gcc-4.4 behaviour of .eh_frame
245
-KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
246
-
247
# Never use string load/store instructions as they are
248
# often slow when they are implemented at all
249
KBUILD_CFLAGS += $(call cc-option,-mno-string)
0 commit comments