diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2005-04-24 08:41:51 +0200 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2005-04-24 08:41:51 +0200 |
commit | 4c5bf19821cd9fb4f1ff016fab5fccc84cfbf8ea (patch) | |
tree | a4e8037e01f99bb6dcb7ea21d19f69da83390ba4 /gcc/config.gcc | |
parent | 809c1bd7fac30c90c56bac6e183e52e5ba2b0a9f (diff) | |
download | gcc-4c5bf19821cd9fb4f1ff016fab5fccc84cfbf8ea.zip gcc-4c5bf19821cd9fb4f1ff016fab5fccc84cfbf8ea.tar.gz gcc-4c5bf19821cd9fb4f1ff016fab5fccc84cfbf8ea.tar.bz2 |
config.gcc (h8300-*-rtems*): Add h8300-rtemscoff.
2005-04-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* config.gcc (h8300-*-rtems*): Add h8300-rtemscoff.
Switch h8300-*-rtems* to ELF.
From-SVN: r98644
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 6dc46cc..e27a9de 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" |