[OE-core] [PATCH 07/10] external-csl-toolchain: support mips/ppc/arm

Chris Larson clarson at kergoth.com
Thu Feb 2 18:27:02 UTC 2012


On Sat, Jan 28, 2012 at 1:28 PM, Khem Raj <raj.khem at gmail.com> wrote:
> hmm is it using powerpc-linux-gnu canonical name to do both ppc32
> and ppc64
>
>> +CSL_TARGET_SYS_arm = "arm-none-linux-gnueabi"
>> +CSL_TARGET_SYS_mips = "mips-linux-gnu"
>> +CSL_TARGET_SYS_mipsel = "mips-linux-gnu"
>
>
>> +CSL_TARGET_SYS_mips64 = "mips-linux-gnu"
>
> same as above

Yeah, from what I can tell it's handled via -m32/-m64, not via the prefix.
-- 
Christopher Larson




More information about the Openembedded-core mailing list