* configure.in (i960-*-{aout,bout}): Support these.

This commit is contained in:
John Gilmore 1992-10-22 10:08:11 +00:00
parent 76ba9b5be5
commit 6ac0534341

View file

@ -51,6 +51,8 @@ case "${target}" in
i[34]86-*-bsd*) bfd_target=i386-bsd ;; i[34]86-*-bsd*) bfd_target=i386-bsd ;;
i[34]86-none-*) bfd_target=i386-coff ;; i[34]86-none-*) bfd_target=i386-coff ;;
i960-*-vxworks) bfd_target=i960-bout ;; i960-*-vxworks) bfd_target=i960-bout ;;
i960-*-aout) bfd_target=i960-bout ;;
i960-*-bout) bfd_target=i960-bout ;;
m68*-hp-bsd) bfd_target=hp300bsd ;; m68*-hp-bsd) bfd_target=hp300bsd ;;
m68*-*-aout) bfd_target=m68k-aout ;; m68*-*-aout) bfd_target=m68k-aout ;;
m68*-*-coff) bfd_target=m68k-coff ;; m68*-*-coff) bfd_target=m68k-coff ;;