Add simple compile scripts for android-mips64 and android-x86_64 (w/o optimizations)
This commit is contained in:
parent
944d4db270
commit
8f4ac9c585
4
dist-build/android-mips64.sh
Executable file
4
dist-build/android-mips64.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
export TARGET_ARCH=mips64r6
|
||||
export CFLAGS="-Os -march=${TARGET_ARCH}"
|
||||
ARCH=mips64 HOST_COMPILER=mips64el-linux-android "$(dirname "$0")/android-build.sh"
|
4
dist-build/android-x86-64.sh
Executable file
4
dist-build/android-x86-64.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
export TARGET_ARCH=x86-64
|
||||
export CFLAGS="-Os -march=${TARGET_ARCH}"
|
||||
ARCH=x86_64 HOST_COMPILER=x86_64-linux-android "$(dirname "$0")/android-build.sh"
|
Loading…
Reference in New Issue
Block a user