From 9a480d69231c7a3664810b92b19d9b905f9e61c0 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Sat, 2 Oct 1999 15:44:24 +0000 Subject: The following patches include a couple of fixes for cross toolchains, and endian bits for the picojava port. I am committing this (and the rebuilt Makefile.in/configure files). From-SVN: r29765 --- libjava/java/lang/ieeefp.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libjava/java') diff --git a/libjava/java/lang/ieeefp.h b/libjava/java/lang/ieeefp.h index 1f0951f..bf0cafc 100644 --- a/libjava/java/lang/ieeefp.h +++ b/libjava/java/lang/ieeefp.h @@ -66,6 +66,14 @@ #define __IEEE_BIG_ENDIAN #endif +#ifdef __pj__ +#ifdef __pjl__ +#define __IEEE_LITTLE_ENDIAN +#else +#define __IEEE_BIG_ENDIAN +#endif +#endif + /* necv70 was __IEEE_LITTLE_ENDIAN. */ #ifdef __W65__ -- cgit v1.1