Commit 9f5b774b by J"orn Rennecke Committed by Joern Rennecke

config.gcc (h8300-*-elf*): New case.

	* config.gcc (h8300-*-elf*): New case.
	* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
	(SUBTARGET_CPP_SPEC): Define.
	(EXTRA_SPECS): Define.
	(SUBTARGET_EXTRA_SPECS): Define.
	* config/h8300/crti.asm, config/h8300/crtn.asm: New files.
	* config/h8300/elf.h, config/h8300/t-elf: Likewise.

From-SVN: r45294
parent f4926e19
Thu Aug 30 16:22:41 2001 J"orn Rennecke <amylaar@redhat.com> Thu Aug 30 19:22:15 2001 J"orn Rennecke <amylaar@redhat.com>
* config.gcc (h8300-*-elf*): New case. * config.gcc (h8300-*-elf*): New case.
* h8300.h (CPP_SPEC): Add subtarget_cpp_spec. * h8300.h (CPP_SPEC): Add subtarget_cpp_spec.
......
...@@ -670,6 +670,11 @@ h8300-*-rtems*) ...@@ -670,6 +670,11 @@ h8300-*-rtems*)
fi fi
float_format=i32 float_format=i32
;; ;;
h8300-*-elf*)
tmake_file="h8300/t-h8300 h8300/t-elf"
tm_file="h8300/h8300.h h8300/elf.h"
float_format=i32
;;
h8300-*-*) h8300-*-*)
float_format=i32 float_format=i32
;; ;;
......
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