aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-arm1136-novfp.inc
blob: 58134b7d40225dc49d541ea4b0c92ae59b446d66 (plain)
1
2
3
4
5
6
7
TARGET_ARCH = "arm"
TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s"

# Not all kernels enable floating point emulation in the kernel, so we exclude 'armv6' for now
FEED_ARCH = "armv6-novfp"
BASE_PACKAGE_ARCH = "armv6-novfp"
PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6-novfp"