libsodium/dist-build/android-mips32.sh

5 lines
158 B
Bash
Raw Normal View History

2014-02-17 04:07:47 -05:00
#!/bin/sh
2015-02-08 04:42:27 -05:00
export TARGET_ARCH=mips32
export CFLAGS="-Os -march=${TARGET_ARCH}"
ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"