aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-arm926ejs.conf
blob: c1462ee1482b0414e11f3ee8bb3114ec86d24cc1 (plain)
1
2
3
4
5
6
#if gcc breaks change arm926ejs to arm926ej-s
# 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"