aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/include/tune-arm920t.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-arm920t.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-arm920t.inc')
-rw-r--r--conf/machine/include/tune-arm920t.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/conf/machine/include/tune-arm920t.inc b/conf/machine/include/tune-arm920t.inc
index 5a373e9d80..fee5c586c9 100644
--- a/conf/machine/include/tune-arm920t.inc
+++ b/conf/machine/include/tune-arm920t.inc
@@ -2,7 +2,3 @@ FEED_ARCH = "armv4t"
BASE_PACKAGE_ARCH = "armv4t"
TARGET_CC_ARCH = "-march=armv4t -mtune=arm920t"
PACKAGE_EXTRA_ARCHS += "armv4 armv4t"
-
-# 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
-