aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-arm1136-novfp.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-19 01:09:01 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-19 15:31:45 -0700
commite9fe87a13cf4e0453ff601c422ecbe6a98bc8f76 (patch)
treecb18d8871092eca48a40da491ed8d24f496ccb98 /conf/machine/include/tune-arm1136-novfp.inc
parent9a3b6034297b47c56bc9dd7c4dfc888121d35a98 (diff)
downloadopenembedded-e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76.tar.gz
distro: Move thumb into distro features
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/include/tune-arm1136-novfp.inc')
-rw-r--r--conf/machine/include/tune-arm1136-novfp.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/tune-arm1136-novfp.inc b/conf/machine/include/tune-arm1136-novfp.inc
index e1f7945a0f..58134b7d40 100644
--- a/conf/machine/include/tune-arm1136-novfp.inc
+++ b/conf/machine/include/tune-arm1136-novfp.inc
@@ -5,6 +5,3 @@ TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s"
FEED_ARCH = "armv6-novfp"
BASE_PACKAGE_ARCH = "armv6-novfp"
PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6-novfp"
-
-# 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