From baed78df0013029054e8cc71b0fc8e0b5e8b026a Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Thu, 23 Jun 2005 00:10:05 -0700 Subject: [PATCH] --- yaml --- r: 2968 b: refs/heads/master c: 0030cbf06c669b65e124414af51b5010fc53b760 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0cd563a000ef..861c6c01bc01 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 71a2224d7d1cefc23a1ac80bba421cc069cc3257 +refs/heads/master: 0030cbf06c669b65e124414af51b5010fc53b760 diff --git a/trunk/Makefile b/trunk/Makefile index 0d1e74d50067..fad349724e99 100644 --- a/trunk/Makefile +++ b/trunk/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