mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02: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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user