aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-23 08:49:52 +0100
committerRalf Corsepius <corsepiu@gcc.gnu.org>2004-11-23 08:49:52 +0100
commit402fbd4d555fc7a879927a70f1190f74bfabfe85 (patch)
treeee9673110c4520674cf1a139bc31e6b668e749ab
parent37cd02de309c50f5f673d0446380ebac3c1131fd (diff)
downloadgcc-402fbd4d555fc7a879927a70f1190f74bfabfe85.zip
gcc-402fbd4d555fc7a879927a70f1190f74bfabfe85.tar.gz
gcc-402fbd4d555fc7a879927a70f1190f74bfabfe85.tar.bz2
config.gcc (h8300-*-rtems*): Use h8300/t-rtems.
2004-11-23 Ralf Corsepius <ralf.corsepius@rtems.org> * config.gcc (h8300-*-rtems*): Use h8300/t-rtems. From-SVN: r91079
-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 4ee74eb..3a0b972 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 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*)