* configure.in (i960-*-{aout,bout}): Support these.
authorJohn Gilmore <gnu@cygnus>
Thu, 22 Oct 1992 10:08:11 +0000 (10:08 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 22 Oct 1992 10:08:11 +0000 (10:08 +0000)
bfd/configure.in

index 0d96710..03040af 100644 (file)
@@ -51,6 +51,8 @@ case "${target}" in
   i[34]86-*-bsd*)      bfd_target=i386-bsd ;;
   i[34]86-none-*)      bfd_target=i386-coff ;;
   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*-*-aout)         bfd_target=m68k-aout ;;
   m68*-*-coff)         bfd_target=m68k-coff ;;