diff options
author | John Voltz <john.voltz@gmail.com> | 2008-04-24 16:48:20 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-04-24 16:48:20 +0000 |
commit | bd6b49f697174dbc394fb6bde5fdd0a2f46072a2 (patch) | |
tree | 090ebdfe2ac965389ede9b811b0c3d02dbed13f4 /package/java/classpath/classpath-avr32-endianness.patch | |
parent | 43b77c7ee523e21097029b086b9eb9a853fb6bcb (diff) | |
download | buildroot-novena-bd6b49f697174dbc394fb6bde5fdd0a2f46072a2.tar.gz buildroot-novena-bd6b49f697174dbc394fb6bde5fdd0a2f46072a2.zip |
bump to 0.97.1, removed patch as it has been already applied in upstream revision 0.97.0 (http://gcc.gnu.org/bugzilla/buglist.cgi?product=classpath&target_milestone=0.97)
also fix change in package path that prevented patches from being applied
Diffstat (limited to 'package/java/classpath/classpath-avr32-endianness.patch')
-rw-r--r-- | package/java/classpath/classpath-avr32-endianness.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/package/java/classpath/classpath-avr32-endianness.patch b/package/java/classpath/classpath-avr32-endianness.patch deleted file mode 100644 index 2bb25dda5..000000000 --- a/package/java/classpath/classpath-avr32-endianness.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -rup ../classpath-0.96.1.default/ChangeLog ./ChangeLog ---- ../classpath-0.96.1.default/ChangeLog 2007-10-16 17:35:33.000000000 -+0200 -+++ ./ChangeLog 2007-12-18 09:36:39.000000000 +0100 -@@ -1,3 +1,7 @@ -+2007-12-18 Leen Toelen <toelen@gmail.com> -+ -+ * native/fdlibm/ieeefp.h: Added avr32 support -+ - 2007-10-16 Mark Wielaard <mark@klomp.org> - - * NEWS: Mention small compile/configure/build fixes. -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 - |