Skip to content
Commit 6beab388 authored by Matthias Schoepfer's avatar Matthias Schoepfer Committed by Richard Purdie
Browse files

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: default avatarMatthias Schoepfer <matthias.schoepfer@ithinx.io>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent e7f025c8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment