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 | |
parent | bad1deb6b133fcdab56d6eab7c39092cbafd268d (diff) | |
download | openembedded-core-8bc881f6ca99b44514db0ab914b05ac323c0a362.tar.gz openembedded-core-8bc881f6ca99b44514db0ab914b05ac323c0a362.tar.bz2 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')
-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" GLIBCTARGETOS = "linux" UCLIBCTARGETOS = "linux-uclibc" + +# gcc 3.x needs a different arm926ejs option +TARGET_CC_ARCH_qemuarm = "-march=armv5te -mtune=arm926ejs" |