From: Ralf Corsepius Date: Sun, 24 Apr 2005 06:41:51 +0000 (+0200) Subject: config.gcc (h8300-*-rtems*): Add h8300-rtemscoff. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4c5bf19821cd9fb4f1ff016fab5fccc84cfbf8ea;p=gcc.git config.gcc (h8300-*-rtems*): Add h8300-rtemscoff. 2005-04-24 Ralf Corsepius * config.gcc (h8300-*-rtems*): Add h8300-rtemscoff. Switch h8300-*-rtems* to ELF. From-SVN: r98644 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1c7dd37afa1..0190c1dddc6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-04-24 Ralf Corsepius + + * config.gcc (h8300-*-rtems*): Add h8300-rtemscoff. + Switch h8300-*-rtems* to ELF. + 2005-04-24 Kazu Hirata * vec.h (VEC_safe_grow): Replace grow with safe_grow. diff --git a/gcc/config.gcc b/gcc/config.gcc index 6dc46cc4f27..e27a9de1d7b 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -787,10 +787,14 @@ frv-*-*linux*) linux.h frv/linux.h frv/frv-abi.h" tmake_file="${tmake_file} frv/t-frv frv/t-linux" ;; -h8300-*-rtems*) +h8300-*-rtemscoff*) 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-*-rtems*) + tmake_file="h8300/t-h8300 h8300/t-elf t-rtems h8300/t-rtems" + tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h h8300/rtems.h rtems.h" + ;; h8300-*-elf*) tmake_file="h8300/t-h8300 h8300/t-elf" tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h"