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 ned.deily
Recipients ned.deily, rossburton
Date 2019-02-27.03:02:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551236567.42.0.555123422241.issue36125@roundup.psfhosted.org>
In-reply-to
Content
Thanks for the report. Unfortunately, as far as I know, we don't claim anywhere to support cross-compiling in general.  As you've probably noticed, the Python Makefile-based build system (for non-Windows platforms) is by no means a conventional GNU autotools one. Over the years there have been some efforts to add support for a handful of specific cross-compilation scenarios, for example compiling for Android.  But I'm afraid you are more or less on your own for the case here.  That said, if you or someone else is motivated to supply some fixes to make more cross-compiling cases work, feel free to reopen the issue and submit the fixes as PRs and they may be considered.  What would probably be the best would be to try to reimplement our build system from the ground up with modern Autotools or something similar but that's a *really* big deal.
History
Date User Action Args
2019-02-27 03:02:47ned.deilysetrecipients: + ned.deily, rossburton
2019-02-27 03:02:47ned.deilysetmessageid: <1551236567.42.0.555123422241.issue36125@roundup.psfhosted.org>
2019-02-27 03:02:47ned.deilylinkissue36125 messages
2019-02-27 03:02:47ned.deilycreate