Define __MIPSEL__ to workaround OpenSSL build failure for mips arch.

This commit is contained in:
أحمد المحمودي (Ahmed El-Mahmoudy) 2015-07-09 17:02:31 +02:00
parent f13f7c82dc
commit d93017fd30
1 changed files with 1 additions and 1 deletions

2
external/Makefile vendored
View File

@ -108,7 +108,7 @@ ifneq ($(filter mips%, $(NDK_ABI)),)
ifneq ($(findstring 64, $(NDK_ABI)),)
OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=64
else
OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=32
OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=32 -D__MIPSEL__
endif
endif