[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080716192202.GA27827@phobos.i.cabal.ca>
Date: Wed, 16 Jul 2008 15:22:02 -0400
From: Kyle McMartin <kyle@...artin.ca>
To: Ralf Baechle <ralf@...ux-mips.org>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>,
linux-stable@...ux-mips.org,
Dmitri Vorobiev <dmitri.vorobiev@...ial.fi>,
Sam Ravnborg <sam@...nborg.org>,
Andrew Morton <akpm@...ux-foundation.org>,
linux-mips@...ux-mips.org, linux-kernel@...r.kernel.org,
Andi Kleen <andi@...stfloor.org>
Subject: Re: MIPS toolchain
On Wed, Jul 16, 2008 at 01:02:24PM +0100, Ralf Baechle wrote:
> +include $(srctree)/arch/$(SRCARCH)/Makefile
> +
> ifneq (CONFIG_FRAME_WARN,0)
> KBUILD_CFLAGS += $(call cc-option,-Wframe-larger-than=${CONFIG_FRAME_WARN})
> endif
> @@ -517,8 +519,6 @@ endif
> # Arch Makefiles may override this setting
> KBUILD_CFLAGS += $(call cc-option, -fno-stack-protector)
>
> -include $(srctree)/arch/$(SRCARCH)/Makefile
> -
> ifdef CONFIG_FRAME_POINTER
> KBUILD_CFLAGS += -fno-omit-frame-pointer -fno-optimize-sibling-calls
Cool, this explains something I saw with a crossbuild as well, but never
had time to debug.
r, Kyle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists