[oe] [meta-oe][PATCH] llvm3.2: new recipe

Khem Raj raj.khem at gmail.com
Tue Jun 11 09:07:21 UTC 2013


On Jun 11, 2013, at 1:54 AM, Marcin Juszkiewicz <marcin at juszkiewicz.com.pl> wrote:

>> in this case arch does not map to what OE's target arch is so you have
>> to do it twice if you want to use COMPATIBLE_HOST
> 
> It has 7 OE architectures: i.86, x86_64, arm, mips(el), powerpc(64)
> which are then mapped into 5 llvm ones. Can be gathered into one
> COMPATIBLE_HOST (copied from kexec-tools):
> 
> COMPATIBLE_HOST = '(x86_64.*|i.86.*|arm.*|powerpc.*|mips.*)-(linux)'
> 
> "mips.*" probably needs to be changed to "mips(el)?" to not cover mips64.

and how will you fold it into -DLLVM_TARGETS_TO_BUILD=<arch>

where arch is not same as OE's target arch so you need the mapping function
anyway was my point.


More information about the Openembedded-devel mailing list