910-soft-float.patch 1.1 KB

1234567891011121314151617181920212223242526
  1. --- gcc-4.2-20061205/gcc/config/arm/t-linux 2006-12-08 15:18:33.000000000 -0800
  2. +++ gcc-4.2-20061205/gcc/config/arm/t-linux 2006-12-08 15:18:33.000000000 -0800
  3. @@ -4,7 +4,10 @@
  4. LIBGCC2_DEBUG_CFLAGS = -g0
  5. LIB1ASMSRC = arm/lib1funcs.asm
  6. -LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx
  7. +LIB1ASMFUNCS = _udivsi3 _divsi3 _umodsi3 _modsi3 _dvmd_lnx \
  8. + _negdf2 _addsubdf3 _muldivdf3 _cmpdf2 _unorddf2 _fixdfsi _fixunsdfsi \
  9. + _truncdfsf2 _negsf2 _addsubsf3 _muldivsf3 _cmpsf2 _unordsf2 \
  10. + _fixsfsi _fixunssfsi _floatdidf _floatundidf _floatdisf _floatundisf
  11. # MULTILIB_OPTIONS = mhard-float/msoft-float
  12. # MULTILIB_DIRNAMES = hard-float soft-float
  13. --- gcc-4.2-20061205/gcc/config/arm/linux-elf.h 2006-12-08 15:18:33.000000000 -0800
  14. +++ gcc-4.2-20061205/gcc/config/arm/linux-elf.h 2006-12-08 15:18:33.000000000 -0800
  15. @@ -63,7 +63,7 @@
  16. %{shared:-lc} \
  17. %{!shared:%{profile:-lc_p}%{!profile:-lc}}"
  18. -#define LIBGCC_SPEC "%{msoft-float:-lfloat} %{mfloat-abi=soft*:-lfloat} -lgcc"
  19. +#define LIBGCC_SPEC "-lgcc"
  20. #define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"