diff options
author | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-24 06:41:51 +0000 |
---|---|---|
committer | corsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-24 06:41:51 +0000 |
commit | 02fe7ccad9aeb98ee900355ee802d33d99471b60 (patch) | |
tree | a4e8037e01f99bb6dcb7ea21d19f69da83390ba4 /gcc/config.gcc | |
parent | ce50b4e09607d6002396b7e0422b31af9e6183a4 (diff) | |
download | gcc-02fe7ccad9aeb98ee900355ee802d33d99471b60.tar.gz |
2005-04-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* config.gcc (h8300-*-rtems*): Add h8300-rtemscoff.
Switch h8300-*-rtems* to ELF.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98644 138bc75d-0d04-0410-961f-82ee72b054a4
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 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" |