diff options
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index edff656..4b9bc94 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -746,7 +746,7 @@ frv-*-*linux*) tmake_file="${tmake_file} frv/t-frv frv/t-linux" ;; h8300-*-rtems*) - tmake_file="h8300/t-h8300 t-rtems" + tmake_file="h8300/t-h8300 t-rtems h8300/t-rtems" tm_file="h8300/h8300.h dbxcoff.h h8300/coff.h h8300/rtems.h rtems.h" ;; h8300-*-elf*) |