aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obsolete/classpath/files/fix-endian-arm-floats.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/obsolete/classpath/files/fix-endian-arm-floats.patch')
-rw-r--r--packages/obsolete/classpath/files/fix-endian-arm-floats.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/obsolete/classpath/files/fix-endian-arm-floats.patch b/packages/obsolete/classpath/files/fix-endian-arm-floats.patch
deleted file mode 100644
index a9af0611b2..0000000000
--- a/packages/obsolete/classpath/files/fix-endian-arm-floats.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- classpath/native/fdlibm/ieeefp.h.orig 2006-04-14 22:33:09.000000000 -0400
-+++ classpath/native/fdlibm/ieeefp.h 2006-04-14 22:41:46.000000000 -0400
-@@ -13,7 +13,7 @@
- byte ordering was big or little endian depending upon the target.
- Modern floating-point formats are naturally ordered; in this case
- __VFP_FP__ will be defined, even if soft-float. */
--#ifdef __VFP_FP__
-+#ifdef __SOFTFP__
- #ifdef __ARMEL__
- #define __IEEE_LITTLE_ENDIAN
- #else