[OE-core] Could qt4.8 build on mips 64 bits platform?

Richard Purdie richard.purdie at linuxfoundation.org
Thu Jun 27 16:46:53 UTC 2013


On Thu, 2013-06-27 at 12:35 -0400, Randy MacLeod wrote:
> We ended up with horrid bbapends such as:
> ---
> #Valid for all arches except mips64 with 64bit userspace
> # mips64 with n32 has host: mips64-wrs-linux-gnun32
> # mips64 with n64 has host: mips64-wrsmllib64-linux
> # qemumips has host: mips-wrs-linux
> # qemumips-64 has host: mips64-wrs-linux
> COMPATIBLE_HOST = 
> '((x86_64.*|i.86.*|powerpc.*|arm.*|mips-.*|mips32.*)-linux|mips64.*-linux-gnun32)'
> ---
> 
> so we'll likely need a clue on how to declare a host as incompatible
> or introduce an INCOMPATIBLE_HOST variable.

I suspect something like this should work:

COMPATIBLE_HOST_mips64 = ""

Cheers,

Richard




More information about the Openembedded-core mailing list