summaryrefslogtreecommitdiff
path: root/libjava/classpath/native/fdlibm/ieeefp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/native/fdlibm/ieeefp.h')
-rw-r--r--libjava/classpath/native/fdlibm/ieeefp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/native/fdlibm/ieeefp.h b/libjava/classpath/native/fdlibm/ieeefp.h
index 1dda99b3280..1a9740f66dd 100644
--- a/libjava/classpath/native/fdlibm/ieeefp.h
+++ b/libjava/classpath/native/fdlibm/ieeefp.h
@@ -123,7 +123,7 @@
#define __IEEE_LITTLE_ENDIAN
#endif
-#if defined (__PPC__) || defined (__ppc__) || defined (__powerpc__) || defined (__ppc64__)
+#if defined (__PPC__) || defined (__ppc__) || defined (__powerpc__) || defined (__ppc64__) || defined (_POWER) || defined (_IBMR2)
#if (defined(_BIG_ENDIAN) && _BIG_ENDIAN) || (defined(_AIX) && _AIX) || defined (__BIG_ENDIAN__)|| defined (__APPLE__)
#define __IEEE_BIG_ENDIAN
#else