X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=Makefile;h=c6f7b71eae81a25a13bb99d13c52c1dc7083d6b6;hb=f7c2778151f32581ea9ec567d01d5d85209fcfe6;hp=dfe559c89fe63ef59c8eab589c7ded58190e5339;hpb=334d0dd8b660557608142f0f77abc6812b48f08b;p=linux-drm-fsl-dcu.git diff --git a/Makefile b/Makefile index dfe559c89fe6..c6f7b71eae81 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 21 -EXTRAVERSION = -NAME = Nocturnal Monster Puppy +SUBLEVEL = 22 +EXTRAVERSION = -rc7 +NAME = Holy Dancing Manatees, Batman! # *DOCUMENTATION* # To see a list of typical targets execute "make help" @@ -491,7 +491,7 @@ endif include $(srctree)/arch/$(ARCH)/Makefile ifdef CONFIG_FRAME_POINTER -CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls +CFLAGS += -fno-omit-frame-pointer $(call cc-option,-fno-optimize-sibling-calls,) else CFLAGS += -fomit-frame-pointer endif