From: Andi Kleen Date: Fri, 18 Sep 2009 19:49:37 +0000 (-0700) Subject: kbuild: set -fconserve-stack option for gcc 4.5 X-Git-Tag: v2.6.32-rc1~148^2~7 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f7f5c9fc2966704579ff93f459ffa458bca6fc2;p=pandora-kernel.git kbuild: set -fconserve-stack option for gcc 4.5 The upcomming gcc 4.5 has a new -fconserve-stack option that tells the inliner to take stack frame size in account. Set it if the compiler supports it. Signed-off-by: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed