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:
parent
e050ef745e
commit
342077745e
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user