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 829fd79..5c318fe 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(__linux)
+ defined(__mips__) || defined(__PPC__)) && defined(__linux)
/* Define the THREADS symbol to make sure that there is exactly one core dumper
* built into the library.