xref: /freebsd/sys/contrib/libsodium/dist-build/android-mips64.sh (revision 5c1d97100348ef19878fa14671a9b70f3d963ed4)
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