]> code.ossystems Code Review - openembedded-core.git/commitdiff
poky-oabi.inc: Fix gcc -mtune option for gcc 3.x
authorRichard Purdie <richard@openedhand.com>
Thu, 24 Jan 2008 20:00:24 +0000 (20:00 +0000)
committerRichard Purdie <richard@openedhand.com>
Thu, 24 Jan 2008 20:00:24 +0000 (20:00 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3589 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/include/poky-oabi.inc

index b731569b6eb87975b5b58a2637970c8a8753ba27..c878a95c4958df7f8adb8b0b96eba6f07214ac2c 100644 (file)
@@ -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"