[OE-core] [PATCH] fixing python3 build for mips softfloat targets

Matthias Schoepfer matthias.schoepfer at googlemail.com
Thu Jun 6 15:46:56 UTC 2019


Hi Ross,

On 6/6/19 5:29 PM, Burton, Ross wrote:
> On Thu, 6 Jun 2019 at 16:15, Matthias Schoepfer via Openembedded-core
> <openembedded-core at lists.openembedded.org> wrote:
>
> The shortlog should be "python3: fix build on softfloat mips".
Do you want me to send an v2 for it?
>
>> Applied / backported patch from upstream (pending review)
> Is this patch backported, or is it still in review?

Unfortunately, it is still to be reviewed. I have opened a yocto bug:

https://bugzilla.yoctoproject.org/show_bug.cgi?id=13340

And here is the PR:

https://github.com/python/cpython/pull/13196

And here the python bug:

https://bugs.python.org/issue36852


>
>> +From 7535c39951b9d15dd64c4669092a8582ba555466 Mon Sep 17 00:00:00 2001
>> +From: Matthias Schoepfer <matthias.schoepfer at ithinx.io>
>> +Date: Fri, 31 May 2019 15:34:34 +0200
>> +Subject: [PATCH] bpo-36852: proper detection of mips architecture for soft
>> + float
>> +
>> +When (cross) compiling for softfloat mips, __mips_hard_float will not be
>> +defined and detection of OS triplet in configure.ac / configure will fail.
>> +
>> +This also has to do with the custom detection of the build triplet. Trying
>> +to do this in a more autoconf/autotools manner.
> The patch should have your Signed-off-by, and an Upstream-Status
> (Submitted or Backport in this case).
>
> Ross


More information about the Openembedded-core mailing list