Define __MIPSEL__ to workaround OpenSSL build failure for mips arch.
This commit is contained in:
parent
f13f7c82dc
commit
d93017fd30
|
@ -108,7 +108,7 @@ ifneq ($(filter mips%, $(NDK_ABI)),)
|
||||||
ifneq ($(findstring 64, $(NDK_ABI)),)
|
ifneq ($(findstring 64, $(NDK_ABI)),)
|
||||||
OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=64
|
OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=64
|
||||||
else
|
else
|
||||||
OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=32
|
OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=32 -D__MIPSEL__
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue