summaryrefslogtreecommitdiff
path: root/native
diff options
context:
space:
mode:
authorDalibor Topic <robilad@yahoo.com>2008-01-13 17:33:49 +0000
committerDalibor Topic <robilad@yahoo.com>2008-01-13 17:33:49 +0000
commitffa90f13753ccc51f21145eb6cc38e3f449c23ec (patch)
treee31acdd42a2303215de67e8e4ed3367c2ef0a9ec /native
parentbf810c054dd07f60420fdb77fb11f8b7c2ec3a8e (diff)
downloadclasspath-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')
-rw-r--r--native/fdlibm/ieeefp.h4
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