Support *-sco3.2v4* as opsystem.

This commit is contained in:
Richard M. Stallman 1993-05-06 18:42:47 +00:00
parent 56ad32e118
commit ea6ecc214c

View file

@ -552,6 +552,7 @@ case "${configuration}" in
*-isc* ) opsys=isc3-0 ;;
*-esix* ) opsys=esix ;;
*-xenix* ) opsys=xenix ;;
*-sco3.2v4* ) opsys=sco4 ;;
## Otherwise, we'll fall through to the generic opsys code at the bottom.
esac
;;