Message274156
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. |
|
Date |
User |
Action |
Args |
2016-09-01 17:48:54 | yan12125 | set | recipients:
+ yan12125, doko, xdegaye |
2016-09-01 17:48:54 | yan12125 | set | messageid: <1472752134.78.0.0564119974035.issue27917@psf.upfronthosting.co.za> |
2016-09-01 17:48:54 | yan12125 | link | issue27917 messages |
2016-09-01 17:48:54 | yan12125 | create | |
|