From: Leon Woestenberg Date: Sat, 21 Nov 2009 17:28:34 +0000 (+0100) Subject: tune-atom.inc: Use gcc arch and tune options for GCC 4.3.1+ X-Git-Tag: Release-2010-05/1~1648^2~52^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9b043061c46469a4972cc7aac80b8d3d0c2d67;p=openembedded.git tune-atom.inc: Use gcc arch and tune options for GCC 4.3.1+ --- diff --git a/conf/machine/include/tune-atom.inc b/conf/machine/include/tune-atom.inc index b1f6453526..a7dd04f596 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"