[oe-commits] org.oe.dev tune-arm926ejs.conf: Be a little more specific about gcc version issues (from poky)

rpurdie commit openembedded-commits at lists.openembedded.org
Sun Aug 27 17:42:03 UTC 2006


tune-arm926ejs.conf: Be a little more specific about gcc version issues (from poky)

Author: rpurdie at openembedded.org
Branch: org.openembedded.dev
Revision: 9cef20f401d3c1ee6db7289d2837c3eabf33896c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=9cef20f401d3c1ee6db7289d2837c3eabf33896c
Files:
1
conf/machine/include/tune-arm926ejs.conf
Diffs:

#
# mt diff -r8b6cbc028e45c64f3a7216540b0d165037e3a688 -r9cef20f401d3c1ee6db7289d2837c3eabf33896c
#
# 
# 
# patch "conf/machine/include/tune-arm926ejs.conf"
#  from [7610054ce269347e3ce8aaa81bb13214e6d7c776]
#    to [d6a718f184efe2c43076d79398ed9e65676932d6]
# 
============================================================
--- conf/machine/include/tune-arm926ejs.conf	7610054ce269347e3ce8aaa81bb13214e6d7c776
+++ conf/machine/include/tune-arm926ejs.conf	d6a718f184efe2c43076d79398ed9e65676932d6
@@ -1,3 +1,5 @@
-#if gcc breaks change arm926ejs to arm926ej-s
+# For gcc 3.x you need:
 TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
+# For gcc 4.x you need:
+#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
 PACKAGE_ARCH = "armv5te"






More information about the Openembedded-commits mailing list