aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-23 07:49:52 +0000
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>2004-11-23 07:49:52 +0000
commit6d794a5968b12324e496e1591a85075abdb7b258 (patch)
treeee9673110c4520674cf1a139bc31e6b668e749ab /gcc
parent053f91017a3891db054b385652a3a13f58033a7c (diff)
2004-11-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* config.gcc (h8300-*-rtems*): Use h8300/t-rtems. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91079 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config.gcc2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4ee74eb1633..3a0b972e755 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,9 @@
2004-11-23 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * config.gcc (h8300-*-rtems*): Use h8300/t-rtems.
+
+2004-11-23 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* config/arm/t-rtems: New.
* config.gcc: Reflect having added arm/t-rtems.
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*)