diff options
author | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-30 18:22:55 +0000 |
---|---|---|
committer | amylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-30 18:22:55 +0000 |
commit | 15b659324f4e0bd3b2cf0d64596de70ac8dfea17 (patch) | |
tree | 1bc8841f83b3ff254866c5fd2aafb62c7a715f61 /gcc/config.gcc | |
parent | 56af470ff9223cb3b0723cc34961ccfa5a164384 (diff) | |
download | gcc-15b659324f4e0bd3b2cf0d64596de70ac8dfea17.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45294 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index a6d89aef86c..20388f1f54a 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 ;; |