Ticket #1669: gcc-bz44793.diff

File gcc-bz44793.diff, 569 bytes (added by Ralf Corsepius, on 08/17/10 at 15:35:03)

Patch to address this issue

  • libgcc/config.host

    diff -Naur gcc-4.5.1.orig/libgcc/config.host gcc-core-4.5.1-rtems4.11-20100817/libgcc/config.host
    old new  
    466466powerpc-*-eabi*)
    467467        ;;
    468468powerpc-*-rtems*)
     469        tmake_file="${tmake_file} rs6000/t-ppccomm t-softfp"
     470        extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o"
    469471        ;;
    470472powerpc-*-linux* | powerpc64-*-linux*)
    471473        tmake_file="${tmake_file} rs6000/t-ppccomm rs6000/t-ldbl128 t-softfp"