Ticket #475: binutils-2.13.2.1-rtems-20030901.diff

File binutils-2.13.2.1-rtems-20030901.diff, 1.0 KB (added by Ralf Corsepius, on 12/03/06 at 13:31:13)

binutils-2.13.2.1-rtems-20030901.diff

  • binutils-2.13.2.1/gas/configure.in

    old new  
    186186
    187187      arm-*-aout)                       fmt=aout ;;
    188188      arm-*-coff | thumb-*-coff)        fmt=coff ;;
    189       arm-*-rtems | thumb-*-rtems)      fmt=elf ;;
     189      arm-*-rtems* | thumb-*-rtems*)      fmt=elf ;;
    190190      arm-*-elf | thumb-*-elf)          fmt=elf ;;
    191191      arm*-*-conix*)                    fmt=elf ;;
    192192      arm-*-linux*aout*)                fmt=aout em=linux ;;
  • binutils-2.13.2.1/gas/configure

    old new  
    23362336
    23372337      arm-*-aout)                       fmt=aout ;;
    23382338      arm-*-coff | thumb-*-coff)        fmt=coff ;;
    2339       arm-*-rtems | thumb-*-rtems)      fmt=elf ;;
     2339      arm-*-rtems* | thumb-*-rtems*)      fmt=elf ;;
    23402340      arm-*-elf | thumb-*-elf)          fmt=elf ;;
    23412341      arm*-*-conix*)                    fmt=elf ;;
    23422342      arm-*-linux*aout*)                fmt=aout em=linux ;;