2000-09-05 Ben Elliston <bje@redhat.com>

* config.guess: Handle Tandem NSR-K machines.
	Reported by Andres Junge <ajunge@adexus.cl>.
This commit is contained in:
Ben Elliston 2000-09-05 01:03:23 +00:00
parent 764a52f31f
commit a57d81bc0e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-09-05 Ben Elliston <bje@redhat.com>
* config.guess: Handle Tandem NSR-K machines.
Reported by Andres Junge <ajunge@adexus.cl>.
2000-09-05 Paul Sokolovsky <Paul.Sokolovsky@technologist.com>
* config.guess: Detect the PW32 POSIX-on-Win32 environment.

2
config.guess vendored
View File

@ -1082,7 +1082,7 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit 0 ;;
NSR-W:NONSTOP_KERNEL:*:*)
NSR-[KW]:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit 0 ;;
BS2000:POSIX*:*:*)