Re: [OE-core] [PATCH 2/2] uclibc: Fix compilation in thumb mode

2011-07-01 Thread Richard Purdie
On Thu, 2011-06-30 at 22:25 -0700, Khem Raj wrote: > 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 R

[OE-core] [PATCH 2/2] uclibc: Fix compilation in thumb mode

2011-06-30 Thread Khem Raj
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 --- meta/recipes-core/uclibc/uclibc-git/uClibc.distro |8