[oe-commits] org.oe.dev tune-arm926ejs: .dev uses gcc 4 by default

koen commit openembedded-commits at lists.openembedded.org
Tue Aug 29 11:22:06 UTC 2006


tune-arm926ejs: .dev uses gcc 4 by default

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

#
# mt diff -rbaf16ab89a58be4c5de2ade0680a662a6783bb5f -rb09ecf88cecf70707dc0a096faf705b794d4f51d
#
# 
# 
# patch "conf/machine/include/tune-arm926ejs.conf"
#  from [d6a718f184efe2c43076d79398ed9e65676932d6]
#    to [e966494e533757a3d1a62411aad183ba18be3ea3]
# 
============================================================
--- conf/machine/include/tune-arm926ejs.conf	d6a718f184efe2c43076d79398ed9e65676932d6
+++ conf/machine/include/tune-arm926ejs.conf	e966494e533757a3d1a62411aad183ba18be3ea3
@@ -1,5 +1,5 @@
 # For gcc 3.x you need:
-TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
+#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
 # For gcc 4.x you need:
-#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
+TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
 PACKAGE_ARCH = "armv5te"






More information about the Openembedded-commits mailing list