aboutsummaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-arm926ejs.inc
blob: 543ab62c70b4544e9d21e0a7946e917b90e5c0ee (plain)
1
2
3
4
5
6
7
8
9
require conf/machine/include/arm/arch-arm.inc

TUNE_PKGARCH = "armv5te"
PACKAGE_EXTRA_ARCHS = "arm armv4 armv4t armv5te"
# For gcc 3.x you need:
#TUNE_CCARGS = "-march=armv5te -mtune=arm926ejs"
# For gcc 4.x you need:
TUNE_CCARGS = "-march=armv5te -mtune=arm926ej-s"