poky-oabi.inc: Fix gcc -mtune option for gcc 3.x

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3589 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-01-24 20:00:24 +00:00
parent bad1deb6b1
commit 8bc881f6ca

View File

@@ -20,3 +20,6 @@ PREFERRED_VERSION_elfutils ?= "0.89"
GLIBCTARGETOS = "linux"
UCLIBCTARGETOS = "linux-uclibc"
# gcc 3.x needs a different arm926ejs option
TARGET_CC_ARCH_qemuarm = "-march=armv5te -mtune=arm926ejs"