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 c04868d commit ba96301Copy full SHA for ba96301
arch/powerpc/Makefile
@@ -239,6 +239,9 @@ 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
+# Don't emit .eh_frame since we have no use for it
243
+KBUILD_CFLAGS += -fno-asynchronous-unwind-tables
244
+
245
# Never use string load/store instructions as they are
246
# often slow when they are implemented at all
247
KBUILD_CFLAGS += $(call cc-option,-mno-string)
0 commit comments