mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 12:32:15 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user