summaryrefslogtreecommitdiff
path: root/conf/machine/include/tune-atom.inc
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-11-19 23:00:26 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-11-19 23:00:26 +0100
commitf9c281ca42b89f6c26a433a192f85e6eb735415f (patch)
tree9e4771bec6615b3ae75c9370c9506398bebb064e /conf/machine/include/tune-atom.inc
parent5c45acafcbf2d76f6d180259b935e54ea8fb76ef (diff)
parent36aac4867a2aa5fc95169315a4691620408ec55c (diff)
Merge branch 'org.openembedded.dev' of git+ssh://git.openembedded.net/openembedded into org.openembedded.dev
Diffstat (limited to 'conf/machine/include/tune-atom.inc')
-rw-r--r--conf/machine/include/tune-atom.inc10
1 files changed, 6 insertions, 4 deletions
diff --git a/conf/machine/include/tune-atom.inc b/conf/machine/include/tune-atom.inc
index 3c5dd9b25d..b1f6453526 100644
--- a/conf/machine/include/tune-atom.inc
+++ b/conf/machine/include/tune-atom.inc
@@ -1,6 +1,8 @@
-# was: TARGET_CC_ARCH = "-march=i586"
+# GCC 4.3.0- (see Poky)
+# TARGET_CC_ARCH = "-march=i586"
#
-# since GCC 4.3.1, use core2 for +15% performance
-# http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel#Atom
+# GCC 4.3.1+ (see Gentoo)
+#TARGET_CC_ARCH = "-march=core2"
-TARGET_CC_ARCH = "-march=core2"
+# GCC 4.4.2+ (see Fedora 12)
+TARGET_CC_ARCH = "-march=i686 -mtune=atom"