summaryrefslogtreecommitdiff
path: root/dist-build/android-mips.sh
blob: 6e105c2fac831995e3d010c5eb7c2c361d493b96 (plain)
1
2
3
#!/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"