diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.0/arm-softfloat.patch')
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.0/arm-softfloat.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/arm-softfloat.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/arm-softfloat.patch new file mode 100644 index 0000000000..908e2d87be --- /dev/null +++ b/meta/recipes-devtools/gcc/gcc-4.6.0/arm-softfloat.patch | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | Index: gcc-4.6.0/gcc/config/arm/t-linux | ||
| 2 | =================================================================== | ||
| 3 | --- gcc-4.6.0.orig/gcc/config/arm/t-linux | ||
| 4 | +++ gcc-4.6.0/gcc/config/arm/t-linux | ||
| 5 | @@ -23,7 +23,10 @@ TARGET_LIBGCC2_CFLAGS = -fomit-frame-poi | ||
| 6 | |||
| 7 | LIB1ASMSRC = arm/lib1funcs.asm | ||
| 8 | LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx _clzsi2 _clzdi2 \ | ||
| 9 | - _arm_addsubdf3 _arm_addsubsf3 | ||
| 10 | + _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \ | ||
| 11 | + _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \ | ||
| 12 | + _fixsfsi _fixunssfsi _floatdidf _floatdisf _floatundisf _floatundidf | ||
| 13 | +# _arm_addsubdf3 _arm_addsubsf3 | ||
| 14 | |||
| 15 | # MULTILIB_OPTIONS = mhard-float/msoft-float | ||
| 16 | # MULTILIB_DIRNAMES = hard-float soft-float | ||
