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
<[email protected]> 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 <[email protected]>
+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
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to