celinux-test: override TARGET_CC_ARCH for omap5912osk - gcc 3.x use other mtune then...
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 18 Oct 2006 06:40:29 +0000 (06:40 +0000)
committerMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 18 Oct 2006 06:40:29 +0000 (06:40 +0000)
conf/distro/celinux-test.conf

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