diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-18 22:18:55 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-07-21 10:24:49 -0700 |
commit | e7adac34e40afeb0c0ae5fe3d1207d9bf10dfabc (patch) | |
tree | f9932465ae13556f8d7fd2259d75f137f62ffa7d /conf/machine/include/tune-arm1136jf-s.inc | |
parent | 49cd7db742d12a7cf5c88673625561524044cd72 (diff) |
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>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/machine/include/tune-arm1136jf-s.inc')
-rw-r--r-- | conf/machine/include/tune-arm1136jf-s.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/include/tune-arm1136jf-s.inc b/conf/machine/include/tune-arm1136jf-s.inc index c532b9c816..2944cc7166 100644 --- a/conf/machine/include/tune-arm1136jf-s.inc +++ b/conf/machine/include/tune-arm1136jf-s.inc @@ -2,6 +2,3 @@ TARGET_CC_ARCH = "-march=armv6j -mtune=arm1136jf-s -mfpu=vfp -mfloat-abi=softfp" FEED_ARCH = "armv6" BASE_PACKAGE_ARCH = "armv6" PACKAGE_EXTRA_ARCHS += "armv4 armv4t armv5te armv6" - -# 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 |