summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-05-27 19:39:26 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-29 09:40:04 +0100
commit8611987a63a9456ef3e0812e4162103f5f28300a (patch)
tree366edcf58d49ee055b4823fc6e07af944f900b5e /meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine
parentd43fa5f348e97eff683f109e38087e6f15e29267 (diff)
downloadpoky-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/uclibc-git/armv5te/uClibc.machine')
-rw-r--r--meta/recipes-core/uclibc/uclibc-git/armv5te/uClibc.machine1
1 files changed, 1 insertions, 0 deletions
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"
36FORCE_OPTIONS_FOR_ARCH=y 36FORCE_OPTIONS_FOR_ARCH=y
37# CONFIG_ARM_OABI is not set 37# CONFIG_ARM_OABI is not set
38CONFIG_ARM_EABI=y 38CONFIG_ARM_EABI=y
39# COMPILE_IN_THUMB_MODE is not set
39USE_BX=y 40USE_BX=y
40CONFIG_GENERIC_ARM=y 41CONFIG_GENERIC_ARM=y
41# CONFIG_ARM610 is not set 42# CONFIG_ARM610 is not set