Handle 386bsd.
This commit is contained in:
parent
3467d826e2
commit
49ee70e265
2 changed files with 3 additions and 1 deletions
3
config.sub
vendored
3
config.sub
vendored
|
@ -498,7 +498,8 @@ case $os in
|
|||
| -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
|
||||
| -amigados* | -msdos* | -newsos* | -unicos* | -aos* \
|
||||
| -nindy* | -vxworks* | -ebmon* | -hms* | -mvs* | -clix* \
|
||||
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* )
|
||||
| -riscos* | -linux* | -uniplus* | -iris* | -rtu* | -xenix* \
|
||||
| -386bsd*)
|
||||
;;
|
||||
-sunos5*)
|
||||
os=`echo $os | sed -e 's|sunos5|solaris2|'`
|
||||
|
|
|
@ -641,6 +641,7 @@ case "${configuration}" in
|
|||
*-linux* ) opsys=linux ;;
|
||||
*-sco3.2v4* ) opsys=sco4 ;;
|
||||
*-bsd386* ) opsys=bsd386 ;;
|
||||
*-386bsd ) opsys=386bsd ;;
|
||||
## Otherwise, we'll fall through to the generic opsys code at the bottom.
|
||||
esac
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue