From 94c957204d0f09f7625fb3d5a6f76fa272d821de Mon Sep 17 00:00:00 2001 From: green 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). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29765 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 1f0951ff430..bf0cafc6bd2 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.2.3