X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=dfe559c89fe63ef59c8eab589c7ded58190e5339;hb=794543a236074f49a8af89ef08ef6a753e4777e5;hp=2910c2d5ee9f799253bbf4f5bd2807e90036cb5c;hpb=c53aeca059c4d2108335810fba6ba89ab6a944dd;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index 2910c2d5ee9..dfe559c89fe 100644 --- a/Makefile +++ b/Makefile @@ -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