summaryrefslogtreecommitdiffstats
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)
downloadpoky-8bc881f6ca99b44514db0ab914b05ac323c0a362.tar.gz
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 b731569b6e..c878a95c49 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"
20 20
21GLIBCTARGETOS = "linux" 21GLIBCTARGETOS = "linux"
22UCLIBCTARGETOS = "linux-uclibc" 22UCLIBCTARGETOS = "linux-uclibc"
23
24# gcc 3.x needs a different arm926ejs option
25TARGET_CC_ARCH_qemuarm = "-march=armv5te -mtune=arm926ejs"