From: Richard Purdie Date: Thu, 24 Jan 2008 20:00:24 +0000 (+0000) Subject: poky-oabi.inc: Fix gcc -mtune option for gcc 3.x X-Git-Tag: 2011-1~9840 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8bc881f6ca99b44514db0ab914b05ac323c0a362;p=openembedded-core.git 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 --- 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"