diff options
author | Lucas Gorris <lukas.gorris@gmx.de> | 2008-11-28 23:46:34 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-28 23:46:34 +0100 |
commit | 412592736ac169ae5b199805d5807affa8f08725 (patch) | |
tree | e026e13750a242afbbb5eabec2f423f05773f9bb /conf/machine/include | |
parent | 6e760504f0762e23b84544359338494affafab8d (diff) |
htc{diamond,kaiser,polaris,raphael,vogue}: add machine files and kernel
* qualcomm was too cheap to license a VFP, so add a armv6-novfp arch to work around kernel limitations
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/tune-arm1136-novfp.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/include/tune-arm1136-novfp.inc b/conf/machine/include/tune-arm1136-novfp.inc new file mode 100644 index 0000000000..372148e7a2 --- /dev/null +++ b/conf/machine/include/tune-arm1136-novfp.inc @@ -0,0 +1,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" + |