summaryrefslogtreecommitdiff
path: root/src/base/linuxthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/linuxthreads.h')
-rw-r--r--src/base/linuxthreads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/linuxthreads.h b/src/base/linuxthreads.h
index 5c318fe..16bc8c6 100644
--- a/src/base/linuxthreads.h
+++ b/src/base/linuxthreads.h
@@ -41,7 +41,7 @@
* related platforms should not be difficult.
*/
#if (defined(__i386__) || defined(__x86_64__) || defined(__ARM_ARCH_3__) || \
- defined(__mips__) || defined(__PPC__)) && defined(__linux)
+ defined(__mips__) || defined(__PPC__) || defined(__aarch64__)) && defined(__linux)
/* Define the THREADS symbol to make sure that there is exactly one core dumper
* built into the library.