X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=de4f8f7d396c6435065a02ebb8274b54165ec2a6;hb=e7cdf237b2a8b4b566721cfb08e448b454c74ada;hp=e6990e2cdafcf870e3ce7f844b4f08750d9735c5;hpb=de7860c3f3272086a4c3a1b4280b11ffae7c32be;p=linux-2.6 diff --git a/Makefile b/Makefile index e6990e2cda..de4f8f7d39 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 22 -EXTRAVERSION = -rc1 -NAME = Nocturnal Monster Puppy +EXTRAVERSION = +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