1
mirror of https://github.com/jedisct1/libsodium.git synced 2024-12-20 10:37:24 -07:00
libsodium/dist-build/android-mips32.sh

5 lines
158 B
Bash
Raw Normal View History

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