|
@@ -112,6 +112,11 @@ KBUILD_CFLAGS += $(call cc-option,-mspe=no)
|
|
|
# kernel considerably.
|
|
|
KBUILD_CFLAGS += $(call cc-option,-funit-at-a-time)
|
|
|
|
|
|
+# FIXME: the module load should be taught about the additional relocs
|
|
|
+# generated by this.
|
|
|
+# revert to pre-gcc-4.4 behaviour of .eh_frame
|
|
|
+KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
|
|
|
+
|
|
|
# Never use string load/store instructions as they are
|
|
|
# often slow when they are implemented at all
|
|
|
KBUILD_CFLAGS += -mno-string
|