summaryrefslogtreecommitdiff
path: root/dist-build/android-x86.sh
blob: 6768b8871fc4b7253dc8a917cbc5db92300ef88a (plain)
1
2
3
#!/bin/sh
export CFLAGS="-Ofast"
TARGET_ARCH=x86 TOOLCHAIN_NAME=x86-4.8 HOST_COMPILER=i686-linux-android "$(dirname "$0")/android-build.sh"