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:
parent
f4926e194a
commit
9f5b774b11
@ -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.
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user