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 xdegaye
Recipients Alex.Willmer, doko, ned.deily, vstinner, xdegaye, yan12125, zach.ware
Date 2016-12-01.08:06:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480579567.9.0.848858013461.issue28849@psf.upfronthosting.co.za>
In-reply-to
Content
Android is not a multiarch system and the unix build system can cross compile non-multiarch systems as well as multiarch systems.  This is a follow up of the decisions implemented in issue 28046 and the patch fixes also an oversight made in this issue in Makefile.pre.in.

Also tested with the patch in issue 28833 that implements cross compilation of third-party extension modules.
Please run autoconf after installing the patch.
History
Date User Action Args
2016-12-01 08:06:07xdegayesetrecipients: + xdegaye, doko, vstinner, ned.deily, zach.ware, Alex.Willmer, yan12125
2016-12-01 08:06:07xdegayesetmessageid: <1480579567.9.0.848858013461.issue28849@psf.upfronthosting.co.za>
2016-12-01 08:06:07xdegayelinkissue28849 messages
2016-12-01 08:06:07xdegayecreate