diff options
author | Matthias Schoepfer <matthias.schoepfer@ithinx.io> | 2020-03-30 11:41:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-31 13:58:01 +0100 |
commit | 1aa01b21b55f741344c31474bdd3db2800e9857d (patch) | |
tree | e14a53b5e3e0f4f97c49d47561464e4aaa391a76 /meta/recipes-devtools/python/python3-pycairo_1.19.0.bb | |
parent | 6a947a90adfedbdb4b9bfd12077d6592439a2a46 (diff) | |
download | poky-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/recipes-devtools/python/python3-pycairo_1.19.0.bb')
0 files changed, 0 insertions, 0 deletions