aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-atom.inc
blob: 3c5dd9b25da7ff519f476279850b0771c308c9a7 (plain)
1
2
3
4
5
6
# was: 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

TARGET_CC_ARCH = "-march=core2"