From 8bc881f6ca99b44514db0ab914b05ac323c0a362 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 24 Jan 2008 20:00:24 +0000 Subject: 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 --- meta/conf/distro/include/poky-oabi.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/conf/distro/include/poky-oabi.inc') 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" -- cgit v1.2.3