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 yan12125
Recipients doko, xdegaye, yan12125
Date 2016-09-01.17:48:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472752134.78.0.0564119974035.issue27917@psf.upfronthosting.co.za>
In-reply-to
Content
Well, here's a list of cross compilers in Android NDK:

$ ls $ANDROID_NDK/toolchains/*/prebuilt/*/bin/*-gcc | xargs -i basename '{}'     
aarch64-linux-android-gcc
arm-linux-androideabi-gcc
mips64el-linux-android-gcc
mipsel-linux-android-gcc
i686-linux-android-gcc
x86_64-linux-android-gcc

Does Python's platform triplet have the same meaning as GCC's --target? If so those names can be used.

By the way, +1 for not including the API level.
History
Date User Action Args
2016-09-01 17:48:54yan12125setrecipients: + yan12125, doko, xdegaye
2016-09-01 17:48:54yan12125setmessageid: <1472752134.78.0.0564119974035.issue27917@psf.upfronthosting.co.za>
2016-09-01 17:48:54yan12125linkissue27917 messages
2016-09-01 17:48:54yan12125create