1
0
mirror of https://github.com/irungentoo/toxcore.git synced 2024-03-22 13:30:51 +08:00
toxcore/dist-build/android-mips.sh

4 lines
160 B
Bash
Raw Normal View History

2014-02-24 17:12:55 +08:00
#!/bin/sh
export CFLAGS="-Ofast"
TARGET_ARCH=mips TOOLCHAIN_NAME=mipsel-linux-android-4.8 HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"