[OE-core] [PATCH] libgpg-error: correctly configure on mips64

Alexander Kanavin alexander.kanavin at linux.intel.com
Thu Mar 2 11:33:30 UTC 2017


On 03/01/2017 06:40 PM, Khem Raj wrote:
> On Wed, Mar 1, 2017 at 4:07 AM, Alexander Kanavin
> <alexander.kanavin at linux.intel.com> wrote:
>> +         mips64*)    TUPLE=mips64el-unknown-linux-gnuabi64 ;;
>
> This probably is going to fail for big-endian mips64

Nope. The configurations are endianness-agnostic. I tested it with 
qemumips64 (which is big endian) and it works.

The reason they have endianness in the name is that they're produced by 
running a helper binary on the target, and then the name of the target 
is used as the name of the configuration.

Alex




More information about the Openembedded-core mailing list