Re: [ANN] LuaJIT-2.0.0-beta11

  • From: rostislav.sacek@xxxxxxxxxxx
  • To: luajit@xxxxxxxxxxxxx
  • Date: Wed, 17 Oct 2012 13:09:57 +0200

>
> I haven't tried, but I think you can just swap
>   arm-linux-androideabi-
> with
>   x86-
> or
>   mipsel-linux-android-
>
> Let me know if this works and I may add this to the docs.
>
> --Mike
>

I am working with luajit on Android MIPS devices. Only changes in
compiling batches are:

for MIPS:
NDKVER=$NDK/toolchains/mipsel-linux-android-4.6
NDKP=$NDKVER/prebuilt/linux-x86/bin/mipsel-linux-android-
NDKF="--sysroot $NDK/platforms/android-$NDKABI/arch-mips"
TARGET=mips

for x86:
NDKVER=$NDK/toolchains/x86-4.6
NDKP=$NDKVER/prebuilt/linux-x86/bin/i686-linux-android-
NDKF="--sysroot $NDK/platforms/android-$NDKABI/arch-x86"
TARGET=x86

Rostislav


Other related posts: