aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0aeec59c1f0a..bbe8453baa74 100644
--- a/Makefile
+++ b/Makefile
@@ -565,7 +565,7 @@ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,)
565KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,) 565KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,)
566 566
567# disable invalid "can't wrap" optimizations for signed / pointers 567# disable invalid "can't wrap" optimizations for signed / pointers
568KBUILD_CFLAGS += $(call cc-option,-fwrapv) 568KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow)
569 569
570# revert to pre-gcc-4.4 behaviour of .eh_frame 570# revert to pre-gcc-4.4 behaviour of .eh_frame
571KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm) 571KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)