Browse Source

Start ARM64 support: build LuaJIT for arm64-v8a

I don't use the buildandroid.sh for this because it forces the host
compiler to 32-bit (-m32), but we do really need 64-bit host compiler to
build LuaJIT for ARM64 (also I'm in Windows).

So, I used Android NDK standalone toolchain then invoke make like this:
make CROSS=aarch64-linux-android- TARGET_SYS=Linux TARGET_CFLAGS="-D__ANDROID_API__=21" amalg

Then the resulting libluajit.a is copied to android/arm64-v8a/libluajit.a
Tae Hanazono 7 years ago
parent
commit
f88e0ba4b9
1 changed files with 0 additions and 0 deletions
  1. BIN
      love/src/jni/LuaJIT-2.1/android/arm64-v8a/libluajit.a

BIN
love/src/jni/LuaJIT-2.1/android/arm64-v8a/libluajit.a