[issue28849] do not define sys.implementation._multiarch on Android

Xavier de Gaye report at bugs.python.org
Thu Dec 1 03:06:07 EST 2016


New submission from Xavier de Gaye:

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.

----------
assignee: xdegaye
components: Cross-Build
files: android_multiarch.patch
keywords: patch
messages: 282140
nosy: Alex.Willmer, Chi Hsuan Yen, doko, haypo, ned.deily, xdegaye, zach.ware
priority: normal
severity: normal
stage: patch review
status: open
title: do not define sys.implementation._multiarch on Android
type: behavior
versions: Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45717/android_multiarch.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28849>
_______________________________________


More information about the Python-bugs-list mailing list