diff options
Diffstat (limited to 'protocols/Tox/toxcore/dist-build/android-mips.sh')
-rw-r--r-- | protocols/Tox/toxcore/dist-build/android-mips.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Tox/toxcore/dist-build/android-mips.sh b/protocols/Tox/toxcore/dist-build/android-mips.sh new file mode 100644 index 0000000000..6e105c2fac --- /dev/null +++ b/protocols/Tox/toxcore/dist-build/android-mips.sh @@ -0,0 +1,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" |