(i386-*-sunos4): Assume Sunos 4.0.
This commit is contained in:
parent
e050ef745e
commit
342077745e
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue