X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=Makefile;h=2b66d33988783cec3dc25027faac9c3859740d08;hb=10942019040c5557556ec22aae0f771b2a1a1a6d;hp=f2116815416091dbfa7dcf58ae179ae3241ec1b1;hpb=e43327c706f28d9e66fc4242af4aefdd69e8ff24;p=linux-2.6-microblaze.git diff --git a/Makefile b/Makefile index f21168154160..2b66d3398878 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 9 SUBLEVEL = 0 -EXTRAVERSION = -rc2 +EXTRAVERSION = -rc6 NAME = Kleptomaniac Octopus # *DOCUMENTATION* @@ -882,10 +882,6 @@ KBUILD_CFLAGS_KERNEL += -ffunction-sections -fdata-sections LDFLAGS_vmlinux += --gc-sections endif -ifdef CONFIG_LIVEPATCH -KBUILD_CFLAGS += $(call cc-option, -flive-patching=inline-clone) -endif - ifdef CONFIG_SHADOW_CALL_STACK CC_FLAGS_SCS := -fsanitize=shadow-call-stack KBUILD_CFLAGS += $(CC_FLAGS_SCS)