-# 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"
#@DESCRIPTION: Machine configuration for NVidia Ion based machines.
#Point of View ION, Asrock 330, etc.
-TARGET_ARCH = "core2"
-PACKAGE_EXTRA_ARCHS = "x86 core2"
+TARGET_ARCH = "i686"
+
+#MACHINE_ARCH = "core2"
+
+PACKAGE_EXTRA_ARCHS = "x86"
include conf/machine/include/tune-atom.inc