X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=Makefile;h=fad349724e993f6a297ca019aab9b4d0a2455d35;hb=e55c57e0b51c68d78845549505057169c6c3cba6;hp=0d1e74d50067dbce4bd3dc9bcbd7954460b5da61;hpb=8ba08378b479f472b37b83542c31bdad465033cf;p=linux-2.6-omap-h63xx.git diff --git a/Makefile b/Makefile index 0d1e74d5006..fad349724e9 100644 --- a/Makefile +++ b/Makefile @@ -518,7 +518,7 @@ CFLAGS += $(call add-align,CONFIG_CC_ALIGN_LOOPS,-loops) CFLAGS += $(call add-align,CONFIG_CC_ALIGN_JUMPS,-jumps) ifdef CONFIG_FRAME_POINTER -CFLAGS += -fno-omit-frame-pointer +CFLAGS += -fno-omit-frame-pointer $(call cc-option,-fno-optimize-sibling-calls,) else CFLAGS += -fomit-frame-pointer endif