diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-26 22:53:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-26 22:53:45 +0000 |
commit | 2c9213075213e7ab1fcdc0cc6d712a1b61518d69 (patch) | |
tree | e492ebfa56d1e274094781d18f8f38042e1f0539 /meta/conf/distro | |
parent | 5eb10009ac2157265ae53f5bd32b6d2152da181c (diff) | |
download | openembedded-core-2c9213075213e7ab1fcdc0cc6d712a1b61518d69.tar.gz openembedded-core-2c9213075213e7ab1fcdc0cc6d712a1b61518d69.tar.bz2 openembedded-core-2c9213075213e7ab1fcdc0cc6d712a1b61518d69.tar.xz openembedded-core-2c9213075213e7ab1fcdc0cc6d712a1b61518d69.zip |
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
Diffstat (limited to 'meta/conf/distro')
-rw-r--r-- | meta/conf/distro/include/poky-eabi6.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-eabi6.inc b/meta/conf/distro/include/poky-eabi6.inc index e3ad6d3f0..922e0e29a 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" |