blob: 372148e7a27e9daf449cc2b1a3db7529711b4b88 (
plain)
1
2
3
4
5
6
7
8
|
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"
|