diff options
author | Dalibor Topic <robilad@yahoo.com> | 2008-01-13 17:33:49 +0000 |
---|---|---|
committer | Dalibor Topic <robilad@yahoo.com> | 2008-01-13 17:33:49 +0000 |
commit | ffa90f13753ccc51f21145eb6cc38e3f449c23ec (patch) | |
tree | e31acdd42a2303215de67e8e4ed3367c2ef0a9ec /native/fdlibm/ieeefp.h | |
parent | bf810c054dd07f60420fdb77fb11f8b7c2ec3a8e (diff) | |
download | classpath-ffa90f13753ccc51f21145eb6cc38e3f449c23ec.tar.gz |
patch for avr32 support
2008-01-13 2007-12-18 Leen Toelen <toelen@gmail.com>
* native/fdlibm/ieeefp.h: Added avr32 support.
Diffstat (limited to 'native/fdlibm/ieeefp.h')
-rw-r--r-- | native/fdlibm/ieeefp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/native/fdlibm/ieeefp.h b/native/fdlibm/ieeefp.h index 1a9740f66..c230bbb3c 100644 --- a/native/fdlibm/ieeefp.h +++ b/native/fdlibm/ieeefp.h @@ -87,6 +87,10 @@ #define __IEEE_LITTLE_ENDIAN #endif +#ifdef __AVR32__ +#define __IEEE_BIG_ENDIAN +#endif + #ifdef __MIPSEL__ #define __IEEE_LITTLE_ENDIAN #endif |