[oe-commits] org.oe.dev celinux-test: override TARGET_CC_ARCH for omap5912osk - gcc 3.x use other mtune then gcc 4.x

hrw commit openembedded-commits at lists.openembedded.org
Wed Oct 18 06:47:56 UTC 2006


celinux-test: override TARGET_CC_ARCH for omap5912osk - gcc 3.x use other mtune then gcc 4.x

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 98073c8a8f641f87e6d07b5e5ba09a471ba22365
ViewMTN: http://monotone.openembedded.org/revision.psp?id=98073c8a8f641f87e6d07b5e5ba09a471ba22365
Files:
1
conf/distro/celinux-test.conf
Diffs:

#
# mt diff -r3cbc97dae5e6ab3d334a3fd425aa468a6b0d3164 -r98073c8a8f641f87e6d07b5e5ba09a471ba22365
#
# 
# 
# patch "conf/distro/celinux-test.conf"
#  from [b71c2562063add1c091f734fbc2acf8eb27c34c6]
#    to [24221910b50305d6bc430df5a422a09fb2fc23a2]
# 
============================================================
--- conf/distro/celinux-test.conf	b71c2562063add1c091f734fbc2acf8eb27c34c6
+++ conf/distro/celinux-test.conf	24221910b50305d6bc430df5a422a09fb2fc23a2
@@ -39,6 +39,9 @@ PREFERRED_VERSION_linux-omap1_omap5912os
 
 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"
 






More information about the Openembedded-commits mailing list