X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=342d2643255329c93d869fc04964532b0d2d452e;hb=19b629c9795bfe67bf77be8fb611b84424b56d91;hp=f84d7e4ca0be05ee0231810ee44f83a5302915ae;hpb=86f0a5fb1b98e993fd43899d6640c7b9eec5000a;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index f84d7e4ca0be..342d26432553 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = -rc8 +EXTRAVERSION = NAME = Kleptomaniac Octopus # *DOCUMENTATION* @@ -921,15 +921,6 @@ KBUILD_CFLAGS += $(call cc-disable-warning, maybe-uninitialized) # disable invalid "can't wrap" optimizations for signed / pointers KBUILD_CFLAGS += $(call cc-option,-fno-strict-overflow) -# clang sets -fmerge-all-constants by default as optimization, but this -# is non-conforming behavior for C and in fact breaks the kernel, so we -# need to disable it here generally. -KBUILD_CFLAGS += $(call cc-option,-fno-merge-all-constants) - -# for gcc -fno-merge-all-constants disables everything, but it is fine -# to have actual conforming behavior enabled. -KBUILD_CFLAGS += $(call cc-option,-fmerge-constants) - # Make sure -fstack-check isn't enabled (like gentoo apparently did) KBUILD_CFLAGS += $(call cc-option,-fno-stack-check,)