From 9585ff1b3c07a497e40947c62842ea2b3c7c0121 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sat, 4 Aug 2001 04:17:04 +0000 Subject: [PATCH] 2001-08-04 Darrell Hamilton * config.guess: Unisys places the host id in ${UNAME_SYSTEM} which is too unique to flag this system. Detect it with * instead. --- ChangeLog | 6 ++++++ config.guess | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 784ead2..11db36b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-08-04 Darrell Hamilton + + * config.guess: Unisys places the host id in ${UNAME_SYSTEM} + which is too unique to flag this system. Detect it with * + instead. + 2001-08-02 Alan Modra * config.sub: Sort basic cpu patterns. Combine hppa patterns. diff --git a/config.guess b/config.guess index 0dce700..dc70191 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-07-31' +timestamp='2001-08-04' # 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 @@ -996,8 +996,8 @@ EOF echo ns32k-sni-sysv fi exit 0 ;; - PENTIUM:CPunix:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort - # says + PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort + # says echo i586-unisys-sysv4 exit 0 ;; *:UNIX_System_V:4*:FTX*)