OSDN Git Service

2005-04-24 Ralf Corsepius <ralf.corsepius@rtems.org>
authorcorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Apr 2005 06:41:51 +0000 (06:41 +0000)
committercorsepiu <corsepiu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 24 Apr 2005 06:41:51 +0000 (06:41 +0000)
* 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

gcc/ChangeLog
gcc/config.gcc

index 1c7dd37..0190c1d 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-24  Ralf Corsepius  <ralf.corsepius@rtems.org>
+
+       * config.gcc (h8300-*-rtems*): Add h8300-rtemscoff.
+       Switch h8300-*-rtems* to ELF.
+
 2005-04-24  Kazu Hirata  <kazu@cs.umass.edu>
 
        * vec.h (VEC_safe_grow): Replace grow with safe_grow.
index 6dc46cc..e27a9de 100644 (file)
@@ -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"