X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Makefile;h=387526b69d4ff589e342379991baa509ff1e4f6a;hb=441d40dca024deb305a5e3d5003e8cd9d364d10f;hp=b6c8790925bfe1f4c51442e06941f34207b0cc02;hpb=724339d76d9407cd1a8ad32a9c1fdf64840cc51b;p=~andy%2Flinux diff --git a/Makefile b/Makefile index b6c8790925b..387526b69d4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 20 +SUBLEVEL = 21 EXTRAVERSION = -NAME = Homicidal Dwarf Hamster +NAME = Nocturnal Monster Puppy # *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 $(call cc-option,-fno-optimize-sibling-calls,) +CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls else CFLAGS += -fomit-frame-pointer endif