From: Richard Purdie Date: Sat, 26 Jan 2008 22:53:45 +0000 (+0000) Subject: poky-eabi6.inc: Remove rename-registers option from optimisations in eabi6 mode since... X-Git-Tag: 2011-1~9824 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2c9213075213e7ab1fcdc0cc6d712a1b61518d69;p=openembedded-core.git poky-eabi6.inc: Remove rename-registers option from optimisations in eabi6 mode since 3.4.4-csl breaks with it git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3606 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/distro/include/poky-eabi6.inc b/meta/conf/distro/include/poky-eabi6.inc index e3ad6d3f0f..922e0e29a3 100644 --- a/meta/conf/distro/include/poky-eabi6.inc +++ b/meta/conf/distro/include/poky-eabi6.inc @@ -25,3 +25,4 @@ PREFERRED_VERSION_glibc-initial ?= "2.5" PREFERRED_VERSION_elfutils ?= "0.108" TARGET_LDFLAGS = "-Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib -Wl,-O1" +FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2"