Put vax in the "nbsd" emulation.

This commit is contained in:
tv 2000-08-22 17:41:24 +00:00
parent 35db5d3725
commit 09c7751d41
2 changed files with 5 additions and 2 deletions

View File

@ -1897,7 +1897,8 @@ EOF
v850e-*-*) fmt=elf bfd_gas=yes ;;
v850ea-*-*) fmt=elf bfd_gas=yes ;;
vax-*-netbsd | vax-*-bsd* | vax-*-ultrix*)
vax-*-netbsd*) fmt=aout em=nbsd ;;
vax-*-bsd* | vax-*-ultrix*)
fmt=aout ;;
vax-*-vms) fmt=vms ;;

View File

@ -371,7 +371,9 @@ changequote([,])dnl
v850e-*-*) fmt=elf bfd_gas=yes ;;
v850ea-*-*) fmt=elf bfd_gas=yes ;;
vax-*-netbsd | vax-*-bsd* | vax-*-ultrix*)
vax-*-netbsd*)
fmt=aout em=nbsd ;;
vax-*-bsd* | vax-*-ultrix*)
fmt=aout ;;
vax-*-vms) fmt=vms ;;