mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 18:13:51 +00:00
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:
parent
bad1deb6b1
commit
8bc881f6ca
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user