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 669cb9f..cb2923e 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -237,7 +237,6 @@ md_file= # Obsolete configurations. case ${target} in avr-*rtems* \ - | h8300-*rtems* \ | m32r-*rtems* \ | mep-* \ ) @@ -1239,10 +1238,6 @@ moxie-*-moxiebox*) tm_file="${tm_file} dbxelf.h elfos.h moxie/moxiebox.h newlib-stdint.h" tmake_file="${tmake_file} moxie/t-moxiebox" ;; -h8300-*-rtems*) - tmake_file="${tmake_file} h8300/t-h8300 h8300/t-rtems" - tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h newlib-stdint.h" - ;; h8300-*-elf*) tmake_file="h8300/t-h8300" tm_file="h8300/h8300.h dbxelf.h elfos.h newlib-stdint.h h8300/elf.h" |