iscsi-target: Add package iscsi-target
[vuplus_openembedded] / packages / obsolete / classpath / files / fix-endian-arm-floats.patch
1 --- classpath/native/fdlibm/ieeefp.h.orig       2006-04-14 22:33:09.000000000 -0400
2 +++ classpath/native/fdlibm/ieeefp.h    2006-04-14 22:41:46.000000000 -0400
3 @@ -13,7 +13,7 @@
4     byte ordering was big or little endian depending upon the target.  
5     Modern floating-point formats are naturally ordered; in this case
6     __VFP_FP__ will be defined, even if soft-float.  */
7 -#ifdef __VFP_FP__
8 +#ifdef __SOFTFP__
9  #ifdef __ARMEL__
10  #define __IEEE_LITTLE_ENDIAN
11  #else