uclibc: Fix compilation in thumb mode

It was not setting COMPILE_IN_THUMB_MODE in .config
when ARM_INSTRUCTION_MODE = thumb. Reason was that
this entry has to exist in merged defconfig
so we add it disabled which means no harm to other
architectures

(From OE-Core rev: 3314325d95837cfe8091076444a85093d32320a4)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-06-30 22:25:00 -07:00 committed by Richard Purdie
parent 39de5f9ec2
commit ad2363278f
1 changed files with 7 additions and 0 deletions

View File

@ -171,3 +171,10 @@ UCLIBC_HAS_PTY=y
UCLIBC_BSD_SPECIFIC=y
UCLIBC_HAS_EPOLL=y
UCLIBC_HAS_FLOATS=y
# The below option is needed for ARM since depending
# upong what intruction set is chosen this will be
# enabled. As such it is harmless and will be punted
# by menuconfig for other arches.
# COMPILE_IN_THUMB_MODE is not set