On Jul 19, 2011, at 1:08 AM, Khem Raj wrote:

> On Mon, Jul 18, 2011 at 10:21 PM, Kumar Gala <ga...@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 <ga...@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
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to