mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess: Adjust NSR-? to accept any CPU type.
This commit is contained in:
parent
741a9b4e19
commit
3fa1e1299e
@ -1,3 +1,8 @@
|
||||
2004-01-05 Ben Elliston <bje@wasabisystems.com>
|
||||
Joachim Schmitz <schmitz@hp.com>
|
||||
|
||||
* config.guess: Handle NSR-? to accept any CPU type.
|
||||
|
||||
2004-01-05 Ben Elliston <bje@wasabisystems.com>
|
||||
|
||||
* config.sub: Handle amd64-*.
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2003-10-20'
|
||||
timestamp='2004-01-05'
|
||||
|
||||
# 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
|
||||
@ -1186,7 +1186,7 @@ EOF
|
||||
*:QNX:*:4*)
|
||||
echo i386-pc-qnx
|
||||
exit 0 ;;
|
||||
NSR-[DGKLNPTVWY]:NONSTOP_KERNEL:*:*)
|
||||
NSR-?:NONSTOP_KERNEL:*:*)
|
||||
echo nsr-tandem-nsk${UNAME_RELEASE}
|
||||
exit 0 ;;
|
||||
*:NonStop-UX:*:*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user