mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-20 02:25:14 -07:00
parent
ed3bcbbf1d
commit
2abe6b9e05
@ -4,6 +4,7 @@ EXTRA_DIST = \
|
|||||||
android-arm.sh \
|
android-arm.sh \
|
||||||
android-armv7-a.sh \
|
android-armv7-a.sh \
|
||||||
android-armv8-a.sh \
|
android-armv8-a.sh \
|
||||||
|
android-mips32.sh \
|
||||||
android-mips64.sh \
|
android-mips64.sh \
|
||||||
android-x86.sh \
|
android-x86.sh \
|
||||||
android-x86_64.sh \
|
android-x86_64.sh \
|
||||||
|
4
dist-build/android-mips32.sh
Executable file
4
dist-build/android-mips32.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
export TARGET_ARCH=mips32
|
||||||
|
export CFLAGS="-Os -march=${TARGET_ARCH}"
|
||||||
|
ARCH=mips HOST_COMPILER=mipsel-linux-android "$(dirname "$0")/android-build.sh"
|
Loading…
Reference in New Issue
Block a user