Recognize BSD/OS 5.0.
This commit is contained in:
parent
8aefee062d
commit
1d06fc82d3
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -1362,7 +1362,7 @@ case "${canonical}" in
|
|||
*-*-bsdi2.0* ) opsys=bsdos2 ;;
|
||||
*-*-bsdi2* ) opsys=bsdos2-1 ;;
|
||||
*-*-bsdi3* ) opsys=bsdos3 ;;
|
||||
*-*-bsdi4* ) opsys=bsdos4 ;;
|
||||
*-*-bsdi[45]* ) opsys=bsdos4 ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
|
|
|
@ -249,7 +249,7 @@ case "${canonical}" in
|
|||
*-*-bsdi2.0* ) opsys=bsdos2 ;;
|
||||
*-*-bsdi2* ) opsys=bsdos2-1 ;;
|
||||
*-*-bsdi3* ) opsys=bsdos3 ;;
|
||||
*-*-bsdi4* ) opsys=bsdos4 ;;
|
||||
*-*-bsdi[45]* ) opsys=bsdos4 ;;
|
||||
esac
|
||||
;;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue