From 402fbd4d555fc7a879927a70f1190f74bfabfe85 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 23 Nov 2004 08:49:52 +0100 Subject: [PATCH] config.gcc (h8300-*-rtems*): Use h8300/t-rtems. 2004-11-23 Ralf Corsepius * config.gcc (h8300-*-rtems*): Use h8300/t-rtems. From-SVN: r91079 --- gcc/ChangeLog | 4 ++++ gcc/config.gcc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ee74eb1633..3a0b972e755 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-11-23 Ralf Corsepius + + * config.gcc (h8300-*-rtems*): Use h8300/t-rtems. + 2004-11-23 Ralf Corsepius * config/arm/t-rtems: New. diff --git a/gcc/config.gcc b/gcc/config.gcc index edff65639d7..4b9bc94ecb7 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*)