]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-eabi6.inc: Remove rename-registers option from optimisations in eabi6 mode since...
authorRichard Purdie <richard@openedhand.com>
Sat, 26 Jan 2008 22:53:45 +0000 (22:53 +0000)
committerRichard Purdie <richard@openedhand.com>
Sat, 26 Jan 2008 22:53:45 +0000 (22:53 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3606 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/include/poky-eabi6.inc

index e3ad6d3f0f91cc7bc4bf16d4db6fefe57deeb303..922e0e29a3f341775394f8b221bb64758f651ffa 100644 (file)
@@ -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"