2003-05-22 Ben Elliston <bje@wasabisystems.com>

* config.guess: Detect ICL NX version 6 running on ICL/Fujitsu DRS
	6000 machines. Reported by <alpha1@alpha1teclabs.com>.
This commit is contained in:
Ben Elliston 2003-05-21 22:36:36 +00:00
parent b9a6fe7e47
commit e1d4b9e9f3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-05-22 Ben Elliston <bje@wasabisystems.com>
* config.guess: Detect ICL NX version 6 running on ICL/Fujitsu DRS
6000 machines. Reported by <alpha1@alpha1teclabs.com>.
2003-05-19 Hans-Peter Nilsson <hp@axis.com> 2003-05-19 Hans-Peter Nilsson <hp@axis.com>
* config.guess (cris:Linux:*:*): New case. * config.guess (cris:Linux:*:*): New case.

5
config.guess vendored
View File

@ -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, 2003 Free Software Foundation, Inc. # 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp='2003-05-19' timestamp='2003-05-22'
# 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
@ -320,6 +320,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
NILE*:*:*:dcosx) NILE*:*:*:dcosx)
echo pyramid-pyramid-svr4 echo pyramid-pyramid-svr4
exit 0 ;; exit 0 ;;
DRS?6000:unix:4.0:6*)
echo sparc-icl-nx6
exit 0 ;;
DRS?6000:UNIX_SV:4.2*:7*) DRS?6000:UNIX_SV:4.2*:7*)
case `/usr/bin/uname -p` in case `/usr/bin/uname -p` in
sparc) echo sparc-icl-nx7 && exit 0 ;; sparc) echo sparc-icl-nx7 && exit 0 ;;