2000-03-20 Ben Elliston <bje@redhat.com>

* config.guess: Detect the NonStop Kernel on Tandem
	machines. Suggested by Kelly F. Hickel <kfh@mqsoftware.com>.
	* config.sub: Handle nsr-tandem and -nsk aliases.
This commit is contained in:
Ben Elliston
2000-03-20 11:08:41 +00:00
parent cc3678ea94
commit 477db69026
3 changed files with 15 additions and 0 deletions

6
config.sub vendored
View File

@ -595,6 +595,9 @@ case $basic_machine in
np1)
basic_machine=np1-gould
;;
nsr-tandem)
basic_machine=nsr-tandem
;;
op50n-* | op60c-*)
basic_machine=hppa1.1-oki
os=-proelf
@ -993,6 +996,9 @@ case $os in
-ns2 )
os=-nextstep2
;;
-nsk)
os=-nsk
;;
# Preserve the version number of sinix5.
-sinix5.*)
os=`echo $os | sed -e 's|sinix|sysv|'`