tune-atom.inc: Use gcc arch and tune options for GCC 4.3.1+
[openembedded.git] / conf / machine / include / tune-atom.inc
1 # GCC 4.3.0- (see Poky)
2 # TARGET_CC_ARCH = "-march=i586"
3 #
4 # GCC 4.3.1+ (see Gentoo)
5 TARGET_CC_ARCH = "-march=core2"
6
7 # GCC 4.4.2+ (see Fedora 12)
8 #TARGET_CC_ARCH = "-march=i686 -mtune=atom"