New submission from Matthias Schoepfer <matthias.schoep...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue36852>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to