summaryrefslogtreecommitdiff
path: root/packages/obsolete/classpath/files/fix-endian-arm-floats.patch
diff options
context:
space:
mode:
authorOvidiu Sas <sip.nslu@gmail.com>2008-01-16 14:59:56 +0000
committerOvidiu Sas <sip.nslu@gmail.com>2008-01-16 14:59:56 +0000
commit3e876cbe412792ef85ce8ed72b29130e7d396cf1 (patch)
tree7fd9f35717656e1c7ed684dd4180da4bb4967dd7 /packages/obsolete/classpath/files/fix-endian-arm-floats.patch
parent79ea22d203a33c048d1a6d1434f9592f6900852d (diff)
parentb13686f579217a17eaebeef868d02c02775221a8 (diff)
merge of 'ab1a06b7453ad48a1ad5b4f9ee053cd6a9e04d28'
and 'c794a426d2a55b0c4b5f1f6fee90c8272bd266e9'
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, 11 insertions, 0 deletions
diff --git a/packages/obsolete/classpath/files/fix-endian-arm-floats.patch b/packages/obsolete/classpath/files/fix-endian-arm-floats.patch
new file mode 100644
index 0000000000..a9af0611b2
--- /dev/null
+++ b/packages/obsolete/classpath/files/fix-endian-arm-floats.patch
@@ -0,0 +1,11 @@
+--- 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