diff options
author | Richard Purdie <richard@openedhand.com> | 2008-01-24 20:00:24 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-01-24 20:00:24 +0000 |
commit | 8bc881f6ca99b44514db0ab914b05ac323c0a362 (patch) | |
tree | 2714ccccc072289b9b339976ffdebe21e92b28f8 /meta/conf/distro | |
parent | bad1deb6b133fcdab56d6eab7c39092cbafd268d (diff) | |
download | poky-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')
-rw-r--r-- | meta/conf/distro/include/poky-oabi.inc | 3 |
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 | ||
21 | GLIBCTARGETOS = "linux" | 21 | GLIBCTARGETOS = "linux" |
22 | UCLIBCTARGETOS = "linux-uclibc" | 22 | UCLIBCTARGETOS = "linux-uclibc" |
23 | |||
24 | # gcc 3.x needs a different arm926ejs option | ||
25 | TARGET_CC_ARCH_qemuarm = "-march=armv5te -mtune=arm926ejs" | ||