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
This commit is contained in:
Richard Purdie 2008-01-26 22:53:45 +00:00
parent 5eb10009ac
commit 2c92130752
1 changed files with 1 additions and 0 deletions

View 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"