mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Default OS to nextstep if machine vendor is Next.
-ns2 is an alias for -nextstep.
This commit is contained in:
parent
4f77b7876a
commit
343b59cd68
6
config.sub
vendored
6
config.sub
vendored
@ -676,6 +676,9 @@ case $os in
|
|||||||
-ctix* | -uts*)
|
-ctix* | -uts*)
|
||||||
os=-sysv
|
os=-sysv
|
||||||
;;
|
;;
|
||||||
|
-ns2 )
|
||||||
|
os=-nextstep2
|
||||||
|
;;
|
||||||
# Preserve the version number of sinix5.
|
# Preserve the version number of sinix5.
|
||||||
-sinix5.*)
|
-sinix5.*)
|
||||||
os=`echo $os | sed -e 's|sinix|sysv|'`
|
os=`echo $os | sed -e 's|sinix|sysv|'`
|
||||||
@ -783,6 +786,9 @@ case $basic_machine in
|
|||||||
m88k-omron*)
|
m88k-omron*)
|
||||||
os=-luna
|
os=-luna
|
||||||
;;
|
;;
|
||||||
|
*-next )
|
||||||
|
os=-nextstep
|
||||||
|
;;
|
||||||
*-sequent)
|
*-sequent)
|
||||||
os=-ptx
|
os=-ptx
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user