mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-04 12:31:35 +00:00
4 lines
227 B
Bash
Executable File
4 lines
227 B
Bash
Executable File
#!/bin/sh
|
|
export CFLAGS="-Ofast -mfloat-abi=softfp -mfpu=vfpv3-d16 -mthumb -marm -march=armv7-a"
|
|
TARGET_ARCH=armv7 TOOLCHAIN_NAME=arm-linux-androideabi-4.8 HOST_COMPILER=arm-linux-androideabi "$(dirname "$0")/android-build.sh"
|