diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index cb2923e..c189f59 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -237,7 +237,6 @@ md_file= # Obsolete configurations. case ${target} in avr-*rtems* \ - | m32r-*rtems* \ | mep-* \ ) if test "x$enable_obsolete" != xyes; then @@ -1829,10 +1828,6 @@ m32r-*-elf*) m32rle-*-elf*) tm_file="dbxelf.h elfos.h newlib-stdint.h m32r/little.h ${tm_file}" ;; -m32r-*-rtems*) - tm_file="dbxelf.h elfos.h ${tm_file} m32r/rtems.h rtems.h newlib-stdint.h" - tmake_file="${tmake_file} m32r/t-m32r" - ;; m32r-*-linux*) tm_file="dbxelf.h elfos.h gnu-user.h linux.h glibc-stdint.h ${tm_file} m32r/linux.h" tmake_file="${tmake_file} m32r/t-linux t-slibgcc" |