summaryrefslogtreecommitdiffstats
path: root/meta-poky
diff options
context:
space:
mode:
authorMatthias Schoepfer <matthias.schoepfer@ithinx.io>2020-03-30 11:41:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-31 13:58:01 +0100
commit1aa01b21b55f741344c31474bdd3db2800e9857d (patch)
treee14a53b5e3e0f4f97c49d47561464e4aaa391a76 /meta-poky
parent6a947a90adfedbdb4b9bfd12077d6592439a2a46 (diff)
downloadpoky-1aa01b21b55f741344c31474bdd3db2800e9857d.tar.gz
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] (From OE-Core rev: 6beab388e73b3ac6157650855a6c1fb1d71e8015) Signed-off-by: Matthias Schoepfer <matthias.schoepfer@ithinx.io> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
0 files changed, 0 insertions, 0 deletions