aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-arm926ejs.inc
blob: f6f506454879612dd8dd6ab6d845151cefa2b4d1 (plain)
1
2
3
4
5
6
7
8
9
10
FEED_ARCH = "armv5te"
PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te"
# 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"
BASE_PACKAGE_ARCH = "armv5te"

# Include tune file for thumb support, it defaults to off so DISTROs can turn it on if they wish
require conf/machine/include/tune-thumb.inc