Vax support.

This commit is contained in:
ragge 1998-06-11 21:43:58 +00:00
parent f565c416ca
commit cdca827d9e
1 changed files with 5 additions and 0 deletions

View File

@ -535,6 +535,11 @@ case "${targ}" in
;;
#endif
vax-*-netbsd*)
targ_defvec=vaxnetbsd_vec
targ_underscore=yes
;;
we32k-*-*)
targ_defvec=we32kcoff_vec
;;