* configure.in: Handle host vax-*-ultrix* like vax-*-bsd*. Don't bother with
authorKen Raeburn <raeburn@cygnus>
Sun, 30 Jan 1994 23:31:44 +0000 (23:31 +0000)
committerKen Raeburn <raeburn@cygnus>
Sun, 30 Jan 1994 23:31:44 +0000 (23:31 +0000)
*-*-ultrix or *-*-sysv*, except *-*-sysv, since only the last has an existing
host support file.  Do handle vax-bsd and vax-ultrix targets.

gas/configure.in

index 803ff88..6533ece 100644 (file)
@@ -64,10 +64,11 @@ case "${host}" in
 
   vax-*-vms*)                  gas_host=vms            ;;
   vax-*-bsd*)                  gas_host=vax            ;;
+  vax-*-ultrix*)               gas_host=vax            ;;
 
   *-*-sysv4* | *-*-unixware)   gas_host=sysv           ;;
 
-  *-*-ansi | *-*-ultrix | *-*-hpux | *-*-sysv*)
+  *-*-ansi | *-*-hpux | *-*-sysv)
                                gas_host=${host_os}     ;;
 
 esac
@@ -201,6 +202,8 @@ case ${generic_target} in
                        obj_format=elf ;;
   sparc64-*-aout*)     obj_format=aout bfd_gas=yes ;; # v9
 
+  vax-*-bsd* | vax-*-ultrix*)
+                       obj_format=aout ;;
   vax-*-vms)           obj_format=vms ;;
 
   z8k-*-coff | z8k-*-sim)