Recognize vax-*-netbsd*.

This commit is contained in:
Richard M. Stallman 1996-12-07 20:51:34 +00:00
parent e196e7f212
commit b336ddd38a

View file

@ -162,6 +162,7 @@ case "${canonical}" in
mips-*-netbsd*) machine=pmax ;;
ns32k-*-netbsd*) machine=ns32000 ;;
sparc-*-netbsd*) machine=sparc ;;
vax-*-netbsd*) machine=vax ;;
esac
;;