diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-07-21 15:42:40 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-24 09:39:15 +0200 |
commit | 63040b62cbfeec043a229ab240006b104533d08f (patch) | |
tree | 360fbd593377082b0e3281eb07f1d006cab9695c /conf/distro/minimal-uclibc.conf | |
parent | 5b4a88983b3545f8f894fcbaa420b884f4e13631 (diff) |
distro: Add new feature to indicate thumb-interworking.
* This would be used to decide if we can use BX in return
instructions in uclibc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf/distro/minimal-uclibc.conf')
-rw-r--r-- | conf/distro/minimal-uclibc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/distro/minimal-uclibc.conf b/conf/distro/minimal-uclibc.conf index 44805cf9c3..287d6de2b4 100644 --- a/conf/distro/minimal-uclibc.conf +++ b/conf/distro/minimal-uclibc.conf @@ -44,3 +44,4 @@ DISTRO_FEATURES += "pam" DISTRO_FEATURES += "largefile" # glib-2.0 nneds ipv6 and there is no knob to control it DISTRO_FEATURES += "ipv4 ipv6" +DISTRO_FEATURES += ' ${@["", "thumb-interwork"][bb.data.getVar('THUMB_INTERWORK', d, 1) == "yes"]}' |