X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=Makefile;h=30d685b629a46a84f5ccbd022a4ac52eb97fdefe;hb=5acd50f641e697cb42240f278350a4f8eac9b4f5;hp=e6990e2cdafcf870e3ce7f844b4f08750d9735c5;hpb=de7860c3f3272086a4c3a1b4280b11ffae7c32be;p=sfrench%2Fcifs-2.6.git diff --git a/Makefile b/Makefile index e6990e2cdafc..30d685b629a4 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ VERSION = 2 PATCHLEVEL = 6 SUBLEVEL = 22 -EXTRAVERSION = -rc1 -NAME = Nocturnal Monster Puppy +EXTRAVERSION = -rc4 +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