summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/endian.h')
-rw-r--r--mdk-stage1/dietlibc/include/endian.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/dietlibc/include/endian.h b/mdk-stage1/dietlibc/include/endian.h
index 93b1f2948..cc92b3372 100644
--- a/mdk-stage1/dietlibc/include/endian.h
+++ b/mdk-stage1/dietlibc/include/endian.h
@@ -47,7 +47,7 @@
# define __LONG_LONG_PAIR(HI, LO) HI, LO
#endif
-#if defined(__alpha__) || defined(__mips64) || defined(__sparc_v9__) || defined(__x86_64__) || defined(__ia64__)
+#if defined(__alpha__) || defined(__mips64) || defined(__sparc_v9__) || defined(__x86_64__) || defined(__ia64__) || defined(__powerpc64__)
#define __WORDSIZE 64
#endif