aboutsummaryrefslogtreecommitdiffstats
path: root/packages/obsolete/classpath/files/fix-endian-arm-floats.patch
blob: a9af0611b2256eb47c0da14e279ab3ffe90560d6 (plain)
1
2
3
4
5
6
7
8
9
10
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