aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/celinux-test.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-10-18 06:40:29 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-10-18 06:40:29 +0000
commit5f0c265d6f5434246dbe14dd33abd73778a937a9 (patch)
treebe4c55751d20929d2f9c0c21b5a67c654defc687 /conf/distro/celinux-test.conf
parent56d9a2fde5159c11977d29dcb60fcbfd3359480f (diff)
downloadopenembedded-5f0c265d6f5434246dbe14dd33abd73778a937a9.tar.gz
celinux-test: override TARGET_CC_ARCH for omap5912osk - gcc 3.x use other mtune then gcc 4.x
Diffstat (limited to 'conf/distro/celinux-test.conf')
-rw-r--r--conf/distro/celinux-test.conf3
1 files changed, 3 insertions, 0 deletions
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"