source: rtems-tools/tools/4.11/gcc/microblaze/rtems-gcc-microblaze-libgcc-20131017.diff @ 9e78f60

4.104.115
Last change on this file since 9e78f60 was 9e78f60, checked in by Chris Johns <chrisj@…>, on 04/30/14 at 06:22:37

tools/microblaze: Fix the building of libgcc.

  • Property mode set to 100644
File size: 478 bytes
  • libgcc/config.host

    diff --git a/libgcc/config.host b/libgcc/config.host
    index 60340a6..2921ca8 100644
    a b mcore-*-elf) 
    714714microblaze*-linux*)
    715715        tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit t-slibgcc-libgcc"
    716716        ;;
    717 microblaze*-*-elf)
     717microblaze*-*-elf | microblaze*-*-rtems*)
    718718        tmake_file="${tmake_file} microblaze/t-microblaze t-fdpbit"
    719719        extra_parts="$extra_parts crtbeginS.o crtendS.o crtbeginT.o crti.o crtn.o"
    720720        ;;
Note: See TracBrowser for help on using the repository browser.