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
This commit is contained in:
J"orn Rennecke 2001-08-30 18:22:55 +00:00 committed by Joern Rennecke
parent f4926e194a
commit 9f5b774b11
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
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.
* h8300.h (CPP_SPEC): Add subtarget_cpp_spec.

View File

@ -670,6 +670,11 @@ h8300-*-rtems*)
fi
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-*-*)
float_format=i32
;;