]> code.ossystems Code Review - openembedded-core.git/commitdiff
uclibc: Fix compilation in thumb mode
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Jul 2011 05:25:00 +0000 (22:25 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2011 22:39:58 +0000 (23:39 +0100)
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

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/uclibc/uclibc-git/uClibc.distro

index 3136e549452195c73426337c151ce5b482ef3584..223fb040f691917ee3b915ef7e43f55f026bf424 100644 (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