[New-bugs-announce] [issue36852] Python3.7.2 fails to cross-compile (yocto / openembedded) when target is mips softfloat

Matthias Schoepfer report at bugs.python.org
Wed May 8 12:01:08 EDT 2019


New submission from Matthias Schoepfer <matthias.schoepfer at googlemail.com>:

Python 3.7.2 fails to cross compile for yocto / openembedded when target is mips softfloat, because the OS triple is not detected correctly by configure.ac. The configure script magic just catches for __mips__hard_float defines, but I guess, __mips__soft_float also indicates a mips architecture. 

Added patch

----------
components: Cross-Build
files: 0001-fixing-finding-of-triplet-on-softfloat-mips.patch
keywords: patch
messages: 341894
nosy: Alex.Willmer, mschoepf
priority: normal
severity: normal
status: open
title: Python3.7.2 fails to cross-compile (yocto / openembedded) when target is mips softfloat
versions: Python 3.7
Added file: https://bugs.python.org/file48318/0001-fixing-finding-of-triplet-on-softfloat-mips.patch

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36852>
_______________________________________


More information about the New-bugs-announce mailing list