This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mschoepf
Recipients Alex.Willmer, mschoepf
Date 2019-05-08.16:01:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557331268.61.0.662119534756.issue36852@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2019-05-08 16:01:08mschoepfsetrecipients: + mschoepf, Alex.Willmer
2019-05-08 16:01:08mschoepfsetmessageid: <1557331268.61.0.662119534756.issue36852@roundup.psfhosted.org>
2019-05-08 16:01:08mschoepflinkissue36852 messages
2019-05-08 16:01:08mschoepfcreate