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 | |
parent | 5eb10009ac2157265ae53f5bd32b6d2152da181c (diff) | |
download | poky-2c9213075213e7ab1fcdc0cc6d712a1b61518d69.tar.gz |
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
-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 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" | |||
25 | PREFERRED_VERSION_elfutils ?= "0.108" | 25 | PREFERRED_VERSION_elfutils ?= "0.108" |
26 | 26 | ||
27 | TARGET_LDFLAGS = "-Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib -Wl,-O1" | 27 | TARGET_LDFLAGS = "-Wl,-rpath-link,${CROSS_DIR}/${TARGET_SYS}/lib -Wl,-O1" |
28 | FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -O2" | ||