source: rtems/contrib/crossrpms/patches/binutils-2.17-rtems-bfin-20060810.diff @ 6d7e836

4.104.114.84.95
Last change on this file since 6d7e836 was 6d7e836, checked in by Joel Sherrill <joel.sherrill@…>, on 08/11/06 at 21:37:40

2006-08-11 Joel Sherrill <joel@…>

  • configure.ac, gcc/build.add, gcc/target-gcc.add: Add bfin target prior to merge. Add ability to disable libssp and libstdcxx-pch which apparently are required to build the Blackfin port.
  • patches/binutils-2.17-rtems-bfin-20060810.diff, patches/gcc-4.1.1-bfinrtems-20060810a.diff, patches/gdb-6.5-bfinrtems-20060810a.diff, patches/newlib-1.14.0-bfinrtems-20060810a.diff, rtems4.7/bfin/.cvsignore, rtems4.7/bfin/Makefile.am, rtems4.7/bfin/binutils-sources.add, rtems4.7/bfin/gcc-sources.add, rtems4.7/bfin/gdb-sources.add: New files.
  • Property mode set to 100644
File size: 729 bytes
  • binutils-2.17/ld/configure.tgt

    diff -uNr binutils-2.17/ld/configure.tgt /home2/distros/RH72/home/rtems/src/rtems/contrib//crossrpms/rtems4.7/binutils-2.17/ld/configure.tgt
    old new  
    8383avr-*-*)                targ_emul=avr2
    8484                        targ_extra_emuls="avr1 avr3 avr4 avr5"
    8585                        ;;
    86 bfin-*-elf)             targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" ;;
     86bfin-*-elf | bfin-*-rtems*)
     87                        targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" ;;
    8788bfin-*-uclinux*)        targ_emul=elf32bfin; targ_extra_emuls="elf32bfinfd" ;;
    8889cr16c-*-elf*)           targ_emul=elf32cr16c
    8990                        ;;
Note: See TracBrowser for help on using the repository browser.