[yocto] [PATCH 2/5] tclibc-*glibc: Utilize TARGET_FPU for gnuspe setting
Kumar Gala
galak at kernel.crashing.org
Mon Jul 18 23:28:11 PDT 2011
On Jul 19, 2011, at 1:08 AM, Khem Raj wrote:
> On Mon, Jul 18, 2011 at 10:21 PM, Kumar Gala <galak at kernel.crashing.org> wrote:
>> Its possible that BASE_PACKAGE_ARCH isn't set to ppce500 or ppce500v2 when
>> we build native toolchains. So we can utilize TARGET_FPU being set to
>> "spe" to determine if we should enable the gnuspe ABI.
>>
>> Signed-off-by: Kumar Gala <galak at kernel.crashing.org>
>> ---
>> meta/conf/distro/include/tclibc-eglibc.inc | 2 +-
>> meta/conf/distro/include/tclibc-glibc.inc | 2 +-
>> 2 files changed, 2 insertions(+), 2 deletions(-)
>>
>
> similar change is needed for tclibc-uclibc.inc as well. something like
>
> TARGET_OS_powerpc =
> "linux-uclibc${@['','spe'][bb.data.getVar('BASE_PACKAGE_ARCH',d,1) in
> ['ppce500', 'ppce500v2']]}"
I can add it, but unshure if anyone has e500/spe working with uclibc.
- k
More information about the yocto
mailing list