summaryrefslogtreecommitdiff
path: root/conf/machine/include/tune-arm926ejs.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-07-19 22:03:57 -0700
committerKhem Raj <raj.khem@gmail.com>2010-07-19 22:05:10 -0700
commit4cd34e570e497828e4e3e4c0e91cd71d7079ffd5 (patch)
tree6bb0cf6e6dc4cfbdca7f5d10a62dfacdbafc3d7e /conf/machine/include/tune-arm926ejs.inc
parented482f39825375f631182622c75e18949002b488 (diff)
Revert "distro: Move thumb into distro features"
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/machine/include/tune-arm926ejs.inc')
-rw-r--r--conf/machine/include/tune-arm926ejs.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/tune-arm926ejs.inc b/conf/machine/include/tune-arm926ejs.inc
index f41e460999..f6f5064548 100644
--- a/conf/machine/include/tune-arm926ejs.inc
+++ b/conf/machine/include/tune-arm926ejs.inc
@@ -5,3 +5,6 @@ PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te"
# For gcc 4.x you need:
TARGET_CC_ARCH = "-march=armv5te -mtune=arm926ej-s"
BASE_PACKAGE_ARCH = "armv5te"
+
+# 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