diff options
author | Jeff Law <law@redhat.com> | 2002-09-06 20:42:40 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2002-09-06 20:42:40 +0000 |
commit | 0b3a6a28f9703a49706ebeab14c1c50751ef2fbd (patch) | |
tree | 5cd2758671106e7272c899e7ef1a141aff5a14f6 /ld/configure.tgt | |
parent | 4cc314d5b9b6361cbe0f1a5ba5388779d4a7f2ca (diff) | |
download | gdb-0b3a6a28f9703a49706ebeab14c1c50751ef2fbd.zip gdb-0b3a6a28f9703a49706ebeab14c1c50751ef2fbd.tar.gz gdb-0b3a6a28f9703a49706ebeab14c1c50751ef2fbd.tar.bz2 |
* configure.tgt (h8300-*-hms*, h8500-*-hms*): Restore.
Diffstat (limited to 'ld/configure.tgt')
-rw-r--r-- | ld/configure.tgt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/configure.tgt b/ld/configure.tgt index 0f1d1c9..f4afabd 100644 --- a/ld/configure.tgt +++ b/ld/configure.tgt @@ -253,14 +253,14 @@ thumb-*-pe) targ_emul=armpe ; targ_extra_ofiles="deffilep.o pe-dll.o" ;; xscale-*-coff) targ_emul=armcoff ;; xscale-*-elf) targ_emul=armelf ;; -h8300-*-coff* | h8300-*-rtems*) +h8300-*-hms* | h8300-*-coff* | h8300-*-rtems*) targ_emul=h8300; targ_extra_emuls="h8300h h8300s" ;; h8300-*-elf*) targ_emul=h8300elf; targ_extra_emuls="h8300helf h8300self" ;; -h8500-*-coff* | h8500-*-rtems*) +h8500-*-hms* | h8500-*-coff* | h8500-*-rtems*) targ_emul=h8500 targ_extra_emuls="h8500s h8500b h8500m h8500c" ;; |