summaryrefslogtreecommitdiff
path: root/native/fdlibm
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2006-04-19 17:55:13 +0000
committerTom Tromey <tromey@redhat.com>2006-04-19 17:55:13 +0000
commitd621b4aa4d3dc24c5886bf9f81ef5f22663cae41 (patch)
tree5be70f729ed4a65bd4e29850091405e7a4b5b2f8 /native/fdlibm
parentb43abec5bebe748417b85fc7f111fd64f82e15b1 (diff)
downloadclasspath-d621b4aa4d3dc24c5886bf9f81ef5f22663cae41.tar.gz
2006-04-19 Riccardo Mottola <multix@gmail.com>
PR classpath/27062, PR classpath/25650: * native/fdlibm/ieeefp.h: Check for _POWER and _IBMR2.
Diffstat (limited to 'native/fdlibm')
-rw-r--r--native/fdlibm/ieeefp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/fdlibm/ieeefp.h b/native/fdlibm/ieeefp.h
index 1dda99b32..1a9740f66 100644
--- a/native/fdlibm/ieeefp.h
+++ b/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