Hi all,

I've committed the patch for avr32 support from our bug tracker from Leen Toelen, Bug 34518.

2008-01-13  2007-12-18  Leen Toelen  <[EMAIL PROTECTED]>

        * native/fdlibm/ieeefp.h: Added avr32 support.

cheers,
dalibor topic
 This simple patch against 0.96.1 adds support for the atmel avr32 processor.

 diff -rup ../classpath-0.96.1.default/native/fdlibm/ieeefp.h
 ./native/fdlibm/ieeefp.h
 --- ../classpath-0.96.1.default/native/fdlibm/ieeefp.h  2006-04-19
 19:55:13.000000000 +0200
 +++ ./native/fdlibm/ieeefp.h    2007-12-18 09:32:55.000000000 +0100
 @@ -87,6 +87,10 @@
  #define __IEEE_LITTLE_ENDIAN
  #endif

 +#ifdef __AVR32__
 +#define __IEEE_BIG_ENDIAN
 +#endif
 +
  #ifdef __MIPSEL__
  #define __IEEE_LITTLE_ENDIAN
  #endif


 Regards,
 Leen

Reply via email to