* configure.in: Recognize h8300h-*-*.

This commit is contained in:
David Edelsohn 1993-07-14 16:32:34 +00:00
parent 5af4f5f6f1
commit 7024033bfb
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jul 14 09:30:48 1993 Doug Evans (dje@canuck.cygnus.com)
* configure.in: Recognize h8300h-*-*.
Tue Jul 13 12:03:00 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
* coff-h8500.c (reloc_processing, rtype2howto): New relocation

View File

@ -43,7 +43,7 @@ case "${target}" in
a29k-*-aout) bfd_target=a29k-aout ;;
a29k-*-coff) bfd_target=a29k-coff ;;
a29k-*-sym1) bfd_target=a29k-coff ;;
h8300-*-*) bfd_target=h8300-coff ;;
h8300*-*-*) bfd_target=h8300-coff ;;
h8500-*-*) bfd_target=h8500-coff ;;
sh-*-*) bfd_target=sh-coff ;;
hppa*-*-bsd*) bfd_target=hppabsd ;;