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:39:47 +0100 |
commit | e6f7e11f4ec40582d6343ec3a97f62cae1574344 (patch) | |
tree | 3f2445191d5b3225192f234dfb17a5f81ee73940 /meta/recipes-core | |
parent | 160621bd9679201e352cc80b22aa2f6e25827576 (diff) | |
download | openembedded-core-e6f7e11f4ec40582d6343ec3a97f62cae1574344.tar.gz openembedded-core-e6f7e11f4ec40582d6343ec3a97f62cae1574344.tar.bz2 openembedded-core-e6f7e11f4ec40582d6343ec3a97f62cae1574344.zip |
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
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core')
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" FORCE_OPTIONS_FOR_ARCH=y # CONFIG_ARM_OABI is not set CONFIG_ARM_EABI=y +# COMPILE_IN_THUMB_MODE is not set USE_BX=y CONFIG_GENERIC_ARM=y # 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" FORCE_OPTIONS_FOR_ARCH=y # CONFIG_ARM_OABI is not set CONFIG_ARM_EABI=y +# COMPILE_IN_THUMB_MODE is not set USE_BX=y CONFIG_GENERIC_ARM=y # 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" FORCE_OPTIONS_FOR_ARCH=y # CONFIG_ARM_OABI is not set CONFIG_ARM_EABI=y +# COMPILE_IN_THUMB_MODE is not set USE_BX=y # CONFIG_GENERIC_ARM is not set # 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" FORCE_OPTIONS_FOR_ARCH=y # CONFIG_ARM_OABI is not set CONFIG_ARM_EABI=y +# COMPILE_IN_THUMB_MODE is not set USE_BX=y # CONFIG_GENERIC_ARM is not set # CONFIG_ARM610 is not set |