summaryrefslogtreecommitdiff
path: root/conf/machine/include
diff options
context:
space:
mode:
authorLeon Woestenberg <leon@sidebranch.com>2009-11-19 21:37:14 +0100
committerLeon Woestenberg <leon@sidebranch.com>2009-11-19 21:37:14 +0100
commitce1c7e98a376f64bf4a8f3b8e91ddd48eaf2bcae (patch)
tree11dbbbfc5a99509d127cc2620a31fb3639c105c2 /conf/machine/include
parent00e6bf1fa92ab2ab214417edf2d63db832428632 (diff)
conf/machine/ion.conf: NVidia Ion based x86 machines.
This introduces tune-atom.inc, using core2 arch as we can rely on GCC 4.3.1+, which supports core2 reliably. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r--conf/machine/include/tune-atom.inc6
1 files changed, 6 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..3c5dd9b25d
--- /dev/null
+++ b/conf/machine/include/tune-atom.inc
@@ -0,0 +1,6 @@
+# was: 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
+
+TARGET_CC_ARCH = "-march=core2"