aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-atom.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/tune-atom.inc')
-rw-r--r--conf/machine/include/tune-atom.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/include/tune-atom.inc b/conf/machine/include/tune-atom.inc
new file mode 100644
index 0000000000..a7dd04f596
--- /dev/null
+++ b/conf/machine/include/tune-atom.inc
@@ -0,0 +1,8 @@
+# GCC 4.3.0- (see Poky)
+# TARGET_CC_ARCH = "-march=i586"
+#
+# GCC 4.3.1+ (see Gentoo)
+TARGET_CC_ARCH = "-march=core2"
+
+# GCC 4.4.2+ (see Fedora 12)
+#TARGET_CC_ARCH = "-march=i686 -mtune=atom"