summaryrefslogtreecommitdiff
path: root/meta/conf/distro/include/poky-oabi.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-24 20:00:24 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-24 20:00:24 +0000
commit8bc881f6ca99b44514db0ab914b05ac323c0a362 (patch)
tree2714ccccc072289b9b339976ffdebe21e92b28f8 /meta/conf/distro/include/poky-oabi.inc
parentbad1deb6b133fcdab56d6eab7c39092cbafd268d (diff)
downloadopenembedded-core-8bc881f6ca99b44514db0ab914b05ac323c0a362.tar.gz
openembedded-core-8bc881f6ca99b44514db0ab914b05ac323c0a362.tar.bz2
openembedded-core-8bc881f6ca99b44514db0ab914b05ac323c0a362.tar.xz
openembedded-core-8bc881f6ca99b44514db0ab914b05ac323c0a362.zip
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
Diffstat (limited to 'meta/conf/distro/include/poky-oabi.inc')
-rw-r--r--meta/conf/distro/include/poky-oabi.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-oabi.inc b/meta/conf/distro/include/poky-oabi.inc
index b731569b6..c878a95c4 100644
--- a/meta/conf/distro/include/poky-oabi.inc
+++ b/meta/conf/distro/include/poky-oabi.inc
@@ -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"