diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ | |||
1 | VERSION = 2 | 1 | VERSION = 2 |
2 | PATCHLEVEL = 6 | 2 | PATCHLEVEL = 6 |
3 | SUBLEVEL = 31 | 3 | SUBLEVEL = 31 |
4 | EXTRAVERSION = -rc2 | 4 | EXTRAVERSION = -rc5 |
5 | NAME = Man-Eating Seals of Antiquity | 5 | NAME = Man-Eating Seals of Antiquity |
6 | 6 | ||
7 | # *DOCUMENTATION* | 7 | # *DOCUMENTATION* |
@@ -343,7 +343,8 @@ KBUILD_CPPFLAGS := -D__KERNEL__ | |||
343 | KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ | 343 | KBUILD_CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \ |
344 | -fno-strict-aliasing -fno-common \ | 344 | -fno-strict-aliasing -fno-common \ |
345 | -Werror-implicit-function-declaration \ | 345 | -Werror-implicit-function-declaration \ |
346 | -Wno-format-security | 346 | -Wno-format-security \ |
347 | -fno-delete-null-pointer-checks | ||
347 | KBUILD_AFLAGS := -D__ASSEMBLY__ | 348 | KBUILD_AFLAGS := -D__ASSEMBLY__ |
348 | 349 | ||
349 | # Read KERNELRELEASE from include/config/kernel.release (if it exists) | 350 | # Read KERNELRELEASE from include/config/kernel.release (if it exists) |
@@ -565,7 +566,7 @@ KBUILD_CFLAGS += $(call cc-option,-Wdeclaration-after-statement,) | |||
565 | KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,) | 566 | KBUILD_CFLAGS += $(call cc-option,-Wno-pointer-sign,) |
566 | 567 | ||
567 | # disable invalid "can't wrap" optimizations for signed / pointers | 568 | # disable invalid "can't wrap" optimizations for signed / pointers |
568 | KBUILD_CFLAGS += $(call cc-option,-fwrapv) | 569 | KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow) |
569 | 570 | ||
570 | # revert to pre-gcc-4.4 behaviour of .eh_frame | 571 | # revert to pre-gcc-4.4 behaviour of .eh_frame |
571 | KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm) | 572 | KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm) |