diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-05-27 19:39:26 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-29 09:40:04 +0100 |
commit | 8611987a63a9456ef3e0812e4162103f5f28300a (patch) | |
tree | 366edcf58d49ee055b4823fc6e07af944f900b5e /meta/recipes-core/uclibc | |
parent | d43fa5f348e97eff683f109e38087e6f15e29267 (diff) | |
download | poky-8611987a63a9456ef3e0812e4162103f5f28300a.tar.gz |
uclibc: Add disabled COMPILE_IN_THUMB_MODE to uClibc.machine for all ARM configurations
This entry need to exist so that it can be manipulated later
to decide if uclibc is to be compiled in thumb mode or arm mode
(From OE-Core rev: e6f7e11f4ec40582d6343ec3a97f62cae1574344)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc')
4 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-core/uclibc/uclibc-git/arm/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/arm/uClibc.machine index 293f384363..92ee868907 100644 --- a/meta/recipes-core/uclibc/uclibc-git/arm/uClibc.machine +++ b/meta/recipes-core/uclibc/uclibc-git/arm/uClibc.machine | |||
@@ -33,6 +33,7 @@ TARGET_ARCH="arm" | |||
33 | FORCE_OPTIONS_FOR_ARCH=y | 33 | FORCE_OPTIONS_FOR_ARCH=y |
34 | # CONFIG_ARM_OABI is not set | 34 | # CONFIG_ARM_OABI is not set |
35 | CONFIG_ARM_EABI=y | 35 | CONFIG_ARM_EABI=y |
36 | # COMPILE_IN_THUMB_MODE is not set | ||
36 | USE_BX=y | 37 | USE_BX=y |
37 | CONFIG_GENERIC_ARM=y | 38 | CONFIG_GENERIC_ARM=y |
38 | # CONFIG_ARM610 is not set | 39 | # CONFIG_ARM610 is not set |
diff --git a/meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine index eb76f34c4e..b012a38c94 100644 --- a/meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine +++ b/meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine | |||
@@ -36,6 +36,7 @@ TARGET_ARCH="arm" | |||
36 | FORCE_OPTIONS_FOR_ARCH=y | 36 | FORCE_OPTIONS_FOR_ARCH=y |
37 | # CONFIG_ARM_OABI is not set | 37 | # CONFIG_ARM_OABI is not set |
38 | CONFIG_ARM_EABI=y | 38 | CONFIG_ARM_EABI=y |
39 | # COMPILE_IN_THUMB_MODE is not set | ||
39 | USE_BX=y | 40 | USE_BX=y |
40 | CONFIG_GENERIC_ARM=y | 41 | CONFIG_GENERIC_ARM=y |
41 | # CONFIG_ARM610 is not set | 42 | # CONFIG_ARM610 is not set |
diff --git a/meta/recipes-core/uclibc/uclibc-git/nslu2be/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/nslu2be/uClibc.machine index f5aa13454a..6b07dd5162 100644 --- a/meta/recipes-core/uclibc/uclibc-git/nslu2be/uClibc.machine +++ b/meta/recipes-core/uclibc/uclibc-git/nslu2be/uClibc.machine | |||
@@ -33,6 +33,7 @@ TARGET_ARCH="arm" | |||
33 | FORCE_OPTIONS_FOR_ARCH=y | 33 | FORCE_OPTIONS_FOR_ARCH=y |
34 | # CONFIG_ARM_OABI is not set | 34 | # CONFIG_ARM_OABI is not set |
35 | CONFIG_ARM_EABI=y | 35 | CONFIG_ARM_EABI=y |
36 | # COMPILE_IN_THUMB_MODE is not set | ||
36 | USE_BX=y | 37 | USE_BX=y |
37 | # CONFIG_GENERIC_ARM is not set | 38 | # CONFIG_GENERIC_ARM is not set |
38 | # CONFIG_ARM610 is not set | 39 | # CONFIG_ARM610 is not set |
diff --git a/meta/recipes-core/uclibc/uclibc-git/qemuarm/uClibc.machine b/meta/recipes-core/uclibc/uclibc-git/qemuarm/uClibc.machine index 7154278f88..2242dc94d6 100644 --- a/meta/recipes-core/uclibc/uclibc-git/qemuarm/uClibc.machine +++ b/meta/recipes-core/uclibc/uclibc-git/qemuarm/uClibc.machine | |||
@@ -36,6 +36,7 @@ TARGET_ARCH="arm" | |||
36 | FORCE_OPTIONS_FOR_ARCH=y | 36 | FORCE_OPTIONS_FOR_ARCH=y |
37 | # CONFIG_ARM_OABI is not set | 37 | # CONFIG_ARM_OABI is not set |
38 | CONFIG_ARM_EABI=y | 38 | CONFIG_ARM_EABI=y |
39 | # COMPILE_IN_THUMB_MODE is not set | ||
39 | USE_BX=y | 40 | USE_BX=y |
40 | # CONFIG_GENERIC_ARM is not set | 41 | # CONFIG_GENERIC_ARM is not set |
41 | # CONFIG_ARM610 is not set | 42 | # CONFIG_ARM610 is not set |