X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Makefile;h=fad349724e993f6a297ca019aab9b4d0a2455d35;hb=0d77e5a2c23da734f5a7925f64afa1c2ed92e0f9;hp=0d1e74d50067dbce4bd3dc9bcbd7954460b5da61;hpb=0107b3cf3225aed6ddde4fa8dbcd4ed643b34f4d;p=powerpc.git diff --git a/Makefile b/Makefile index 0d1e74d500..fad349724e 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