[oe-commits] Leon Woestenberg : tune-atom.inc: Use gcc arch and tune options for GCC 4.3 .1+

git version control git at git.openembedded.org
Sat Nov 21 18:26:42 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 0a9b043061c46469a4972cc7aac80b8d3d0c2d67
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0a9b043061c46469a4972cc7aac80b8d3d0c2d67

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sat Nov 21 18:28:34 2009 +0100

tune-atom.inc: Use gcc arch and tune options for GCC 4.3.1+

---

 conf/machine/include/tune-atom.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/tune-atom.inc b/conf/machine/include/tune-atom.inc
index b1f6453..a7dd04f 100644
--- a/conf/machine/include/tune-atom.inc
+++ b/conf/machine/include/tune-atom.inc
@@ -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"





More information about the Openembedded-commits mailing list