X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=402a0ea239542190a3e9f8d273c3e6135e7d2cdf;hb=8d937e9756c3d92e2b08e3d308e3b1f5c6ba6283;hp=a84d0c982f45ba00c28dee855d671d7a2669f2da;hpb=cf1ceb8e3c2a2d9189637cb7db54832e45688673;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index a84d0c982f4..402a0ea2395 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 6 -SUBLEVEL = 21 -EXTRAVERSION = +SUBLEVEL = 22 +EXTRAVERSION = -rc2 NAME = Nocturnal Monster Puppy # *DOCUMENTATION* @@ -496,7 +496,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