1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-13 16:38:14 +00:00

(i386-*-sunos4): Assume Sunos 4.0.

This commit is contained in:
Richard M. Stallman 1993-08-14 05:32:25 +00:00
parent e050ef745e
commit 342077745e

View File

@ -805,6 +805,8 @@ case "${canonical}" in
* ) unported=true ;;
esac
case "${canonical}" in
## The Sun386 didn't get past 4.0.
i386-*-sunos4 ) opsys=sunos4-0 ;;
*-sunos4.0* ) opsys=sunos4-0 ;;
*-sunos4.1.3* ) opsys=sunos4-1-3 ;;
*-sunos4* | *-sunos ) opsys=sunos4-1 ;;