aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-arm926ejs.conf
blob: ce1d4f72031a9f3c52afe3022f721d17975e9f1e (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"