[oe-commits] org.oe.dev beagleboard: switch to armv6 till our gcc 4.3.0 works better

koen commit oe at amethyst.openembedded.net
Mon Mar 17 19:22:34 UTC 2008


beagleboard: switch to armv6 till our gcc 4.3.0 works better

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 54177cf5a2bcbd4c379fdbdcc9c19bea57e14044
ViewMTN: http://monotone.openembedded.org/revision/info/54177cf5a2bcbd4c379fdbdcc9c19bea57e14044
Files:
1
conf/machine/beagleboard.conf
Diffs:

#
# mt diff -rd6d0e8d37a9941e266a7c0d6bdd90a4e6b802776 -r54177cf5a2bcbd4c379fdbdcc9c19bea57e14044
#
#
#
# patch "conf/machine/beagleboard.conf"
#  from [cb6bfbffb3f9aff5769725b4e72b733e5b21893e]
#    to [c472372e90ceffee7ea7496ec932821043568a49]
#
============================================================
--- conf/machine/beagleboard.conf	cb6bfbffb3f9aff5769725b4e72b733e5b21893e
+++ conf/machine/beagleboard.conf	c472372e90ceffee7ea7496ec932821043568a49
@@ -11,7 +11,9 @@ TARGET_FPU = "hard"
 GUI_MACHINE_CLASS = "bigscreen"
 
 TARGET_FPU = "hard"
-include conf/machine/include/tune-cortexa8.inc
+include conf/machine/include/tune-arm1136jf-s.inc
+# requires gcc 4.3.0:
+#include conf/machine/include/tune-cortexa8.inc
 
 
 IMAGE_FSTYPES ?= "tar.bz2"






More information about the Openembedded-commits mailing list