mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 02:56:35 +12:00
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:
parent
cc3678ea94
commit
477db69026
@ -1,3 +1,9 @@
|
|||||||
|
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.
|
||||||
|
|
||||||
2000-02-29 Peter van der Veen <peterv@qnx.com>
|
2000-02-29 Peter van der Veen <peterv@qnx.com>
|
||||||
|
|
||||||
* config.guess: Add support for QNX Neutrino.
|
* config.guess: Add support for QNX Neutrino.
|
||||||
|
3
config.guess
vendored
3
config.guess
vendored
@ -1033,6 +1033,9 @@ EOF
|
|||||||
*:QNX:*:4*)
|
*:QNX:*:4*)
|
||||||
echo i386-pc-qnx
|
echo i386-pc-qnx
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
NSR-W:NONSTOP_KERNEL:*:*)
|
||||||
|
echo nsr-tandem-nsk${UNAME_RELEASE}
|
||||||
|
exit 0 ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
#echo '(No uname command or uname output not recognized.)' 1>&2
|
#echo '(No uname command or uname output not recognized.)' 1>&2
|
||||||
|
6
config.sub
vendored
6
config.sub
vendored
@ -595,6 +595,9 @@ case $basic_machine in
|
|||||||
np1)
|
np1)
|
||||||
basic_machine=np1-gould
|
basic_machine=np1-gould
|
||||||
;;
|
;;
|
||||||
|
nsr-tandem)
|
||||||
|
basic_machine=nsr-tandem
|
||||||
|
;;
|
||||||
op50n-* | op60c-*)
|
op50n-* | op60c-*)
|
||||||
basic_machine=hppa1.1-oki
|
basic_machine=hppa1.1-oki
|
||||||
os=-proelf
|
os=-proelf
|
||||||
@ -993,6 +996,9 @@ case $os in
|
|||||||
-ns2 )
|
-ns2 )
|
||||||
os=-nextstep2
|
os=-nextstep2
|
||||||
;;
|
;;
|
||||||
|
-nsk)
|
||||||
|
os=-nsk
|
||||||
|
;;
|
||||||
# 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|'`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user