diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-19 22:03:57 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-19 22:05:10 -0700 |
commit | 4cd34e570e497828e4e3e4c0e91cd71d7079ffd5 (patch) | |
tree | 6bb0cf6e6dc4cfbdca7f5d10a62dfacdbafc3d7e /conf/machine/include/tune-xscale.inc | |
parent | ed482f39825375f631182622c75e18949002b488 (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-xscale.inc')
-rw-r--r-- | conf/machine/include/tune-xscale.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/machine/include/tune-xscale.inc b/conf/machine/include/tune-xscale.inc index f0f58bc30d..3a6bd0e659 100644 --- a/conf/machine/include/tune-xscale.inc +++ b/conf/machine/include/tune-xscale.inc @@ -7,3 +7,7 @@ TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale" PACKAGE_EXTRA_ARCHS += "${@['armv4b armv4tb armv5teb', 'armv4 armv4t armv5te'][ bb.data.getVar('TARGET_ARCH', d, 1) == 'arm']}" BASE_PACKAGE_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('TARGET_ARCH', d, 1) == 'arm']}" + +# 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 + |