]> code.ossystems Code Review - openembedded-core.git/commit
python3: fixing bpo-36852 patch for builds on i686 architecture
authorMatthias Schoepfer <matthias.schoepfer@ithinx.io>
Mon, 30 Mar 2020 09:41:11 +0000 (11:41 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 Mar 2020 13:52:43 +0000 (14:52 +0100)
commit6beab388e73b3ac6157650855a6c1fb1d71e8015
tree238bbaa41a23fc3e9f558f5114e481b4957ba093
parente7f025c87d595d2e37f83b75f11bedf2bce7bcc0
python3: fixing bpo-36852 patch for builds on i686 architecture

The original patch "bpo-36852: proper detection of mips architecture
for soft float" uses AC_CANONICAL_TARGET to determine the platform
triplet. While AC_CANONICAL_TARGET exports i686 as target_cpu, gcc
is using i386 instead. We fall back here to i386, as it is conform
to the previous behavior.

Upstream Status: Submitted [https://github.com/python/cpython/pull/13196]

Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3/0001-bpo-36852-proper-detection-of-mips-architecture-for-.patch