X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile;h=562a90902cf698cc34e6e804ffdd9e20ed54828f;hb=20c9d198731f440eaad6fafd00fe7ccfcd443a84;hp=dfe559c89fe63ef59c8eab589c7ded58190e5339;hpb=5c34202b8bf942da411b6599668a76b07449bbfd;p=powerpc.git diff --git a/Makefile b/Makefile index dfe559c89f..562a90902c 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 21 -EXTRAVERSION = -NAME = Nocturnal Monster Puppy +SUBLEVEL = 22 +EXTRAVERSION = -rc3 +NAME = Jeff Thinks I Should Change This, But To What? # *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