Add mips64* support

This commit is contained in:
shipujin 2019-08-20 13:24:57 +08:00 committed by Aliaksey Kandratsenka
parent fe62a0baab
commit 31024506c5

View File

@ -135,7 +135,7 @@
* Porting to other related platforms should not be difficult.
*/
#if (defined(__i386__) || defined(__x86_64__) || defined(__arm__) || \
defined(__mips__) || defined(__PPC__) || \
defined(__mips__) || defined(__mips64) || defined(__mips64el__) || defined(__PPC__) || \
defined(__aarch64__) || defined(__s390__)) \
&& (defined(__linux))