Commit 4c5bf198 by Ralf Corsepius Committed by Ralf Corsepius

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
parent 809c1bd7
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> 2005-04-24 Kazu Hirata <kazu@cs.umass.edu>
* vec.h (VEC_safe_grow): Replace grow with safe_grow. * vec.h (VEC_safe_grow): Replace grow with safe_grow.
......
...@@ -787,10 +787,14 @@ frv-*-*linux*) ...@@ -787,10 +787,14 @@ frv-*-*linux*)
linux.h frv/linux.h frv/frv-abi.h" linux.h frv/linux.h frv/frv-abi.h"
tmake_file="${tmake_file} frv/t-frv frv/t-linux" tmake_file="${tmake_file} frv/t-frv frv/t-linux"
;; ;;
h8300-*-rtems*) h8300-*-rtemscoff*)
tmake_file="h8300/t-h8300 t-rtems 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" 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*) h8300-*-elf*)
tmake_file="h8300/t-h8300 h8300/t-elf" tmake_file="h8300/t-h8300 h8300/t-elf"
tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h" tm_file="h8300/h8300.h dbxelf.h elfos.h h8300/elf.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment