xref: /freebsd/sys/contrib/libsodium/dist-build/android-mips64.sh (revision 62cfcf62f627e5093fb37026a6d8c98e4d2ef04c)
1#!/bin/sh
2export TARGET_ARCH=mips64r6
3export CFLAGS="-Os -march=${TARGET_ARCH}"
4CC="mips64el-linux-android-gcc" NDK_PLATFORM=android-21 ARCH=mips64 HOST_COMPILER=mips64el-linux-android "$(dirname "$0")/android-build.sh"
5