mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2002-09-03 Ben Elliston <bje@redhat.com>
* config.guess: Detect NSR-D machines for nsr-tandem-nsk. Reported by <Duncan_Stodart@insession.com>.
This commit is contained in:
parent
d78f4ce045
commit
66aed69e17
@ -1,3 +1,8 @@
|
|||||||
|
2002-09-03 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
|
* config.guess: Detect NSR-D machines for nsr-tandem-nsk.
|
||||||
|
Reported by <Duncan_Stodart@insession.com>.
|
||||||
|
|
||||||
2002-08-23 Ben Elliston <bje@redhat.com>
|
2002-08-23 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* config.guess: Detect Concurrent PowerMaxion.
|
* config.guess: Detect Concurrent PowerMaxion.
|
||||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
# 2000, 2001, 2002 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2002-08-23'
|
timestamp='2002-09-03'
|
||||||
|
|
||||||
# This file is free software; you can redistribute it and/or modify it
|
# This file is free software; you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -1111,7 +1111,7 @@ EOF
|
|||||||
*:QNX:*:4*)
|
*:QNX:*:4*)
|
||||||
echo i386-pc-qnx
|
echo i386-pc-qnx
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
NSR-[GKLNPTVW]:NONSTOP_KERNEL:*:*)
|
NSR-[DGKLNPTVW]:NONSTOP_KERNEL:*:*)
|
||||||
echo nsr-tandem-nsk${UNAME_RELEASE}
|
echo nsr-tandem-nsk${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
*:NonStop-UX:*:*)
|
*:NonStop-UX:*:*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user