]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (h8300-*-rtems*): Use h8300/t-rtems.
authorRalf Corsepius <ralf.corsepius@rtems.org>
Tue, 23 Nov 2004 07:49:52 +0000 (08:49 +0100)
committerRalf Corsepius <corsepiu@gcc.gnu.org>
Tue, 23 Nov 2004 07:49:52 +0000 (08:49 +0100)
2004-11-23  Ralf Corsepius <ralf.corsepius@rtems.org>

* config.gcc (h8300-*-rtems*): Use h8300/t-rtems.

From-SVN: r91079

gcc/ChangeLog
gcc/config.gcc

index 4ee74eb16333d2e36b1f9f73138f274cf8af5c66..3a0b972e755dd64ba83549c52c6fbc90ff6f6b0e 100644 (file)
@@ -1,3 +1,7 @@
+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.
index edff65639d7804bfcf77eab1cc6989444fff7f06..4b9bc94ecb7b7706779b3193bef42cca56bd5164 100644 (file)
@@ -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*)