From: Ralf Corsepius Date: Tue, 23 Nov 2004 07:49:52 +0000 (+0100) Subject: config.gcc (h8300-*-rtems*): Use h8300/t-rtems. X-Git-Tag: releases/gcc-4.0.0~2835 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=402fbd4d555fc7a879927a70f1190f74bfabfe85;p=thirdparty%2Fgcc.git config.gcc (h8300-*-rtems*): Use h8300/t-rtems. 2004-11-23 Ralf Corsepius * config.gcc (h8300-*-rtems*): Use h8300/t-rtems. From-SVN: r91079 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4ee74eb16333..3a0b972e755d 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 edff65639d78..4b9bc94ecb7b 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*)