From 5f0c265d6f5434246dbe14dd33abd73778a937a9 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 18 Oct 2006 06:40:29 +0000 Subject: celinux-test: override TARGET_CC_ARCH for omap5912osk - gcc 3.x use other mtune then gcc 4.x --- conf/distro/celinux-test.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/distro') 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" -- cgit v1.2.3