summaryrefslogtreecommitdiff
path: root/dist-build/android-mips.sh
blob: 0fb043125fe8585ffc85bdc3e2ddb39594b76583 (plain)
1
2
3
#!/bin/sh
export CFLAGS="-Os"
TARGET_ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"