From 31024506c543132adb315b8de89d5faa85e0ff0e Mon Sep 17 00:00:00 2001 From: shipujin Date: Tue, 20 Aug 2019 13:24:57 +0800 Subject: Add mips64* support --- src/base/linux_syscall_support.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/linux_syscall_support.h b/src/base/linux_syscall_support.h index 199061a..e609559 100644 --- a/src/base/linux_syscall_support.h +++ b/src/base/linux_syscall_support.h @@ -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)) -- cgit v1.2.1