tune-atom.inc: Use gcc arch and tune options for GCC 4.3.1+
authorLeon Woestenberg <leon@sidebranch.com>
Sat, 21 Nov 2009 17:28:34 +0000 (18:28 +0100)
committerLeon Woestenberg <leon@sidebranch.com>
Sat, 21 Nov 2009 17:29:34 +0000 (18:29 +0100)
conf/machine/include/tune-atom.inc

index b1f6453..a7dd04f 100644 (file)
@@ -2,7 +2,7 @@
 # TARGET_CC_ARCH = "-march=i586"
 #
 # 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"
+#TARGET_CC_ARCH = "-march=i686 -mtune=atom"