aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-arm926ejs.conf
blob: 31fe8868cad84fd36167a8464d935aa1e170f699 (plain)
1
2
3
4
5
# For gcc 3.x you need:
#TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ejs"
# For gcc 4.x you need:
TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
PACKAGE_ARCH = "armv5te"