*-*-ultrix or *-*-sysv*, except *-*-sysv, since only the last has an existing
host support file. Do handle vax-bsd and vax-ultrix targets.
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
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)