From: Marcin Juszkiewicz Date: Wed, 18 Oct 2006 06:40:29 +0000 (+0000) Subject: celinux-test: override TARGET_CC_ARCH for omap5912osk - gcc 3.x use other mtune then... X-Git-Tag: Release-2010-05/1~9453^2~567^2~119 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0c265d6f5434246dbe14dd33abd73778a937a9;p=openembedded.git celinux-test: override TARGET_CC_ARCH for omap5912osk - gcc 3.x use other mtune then gcc 4.x --- diff --git a/conf/distro/celinux-test.conf b/conf/distro/celinux-test.conf index d8b25e5a13..a4a8671ea0 100644 --- a/conf/distro/celinux-test.conf +++ b/conf/distro/celinux-test.conf @@ -39,6 +39,9 @@ PREFERRED_VERSION_gcc-initial-cross = "3.4.4" PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18+git" +# gcc 3.x use other -mtune name then gcc 4.x +TARGET_CC_ARCH_omap5912osk = "-march=armv5te -mtune=arm926ejs" + # 2.6.18 kernel does not support pcmcia-cs ioctl() calls PCMCIA_MANAGER = "pcmciautils"