From 926fa49a3b1c3622c82304320f38ab58c88e445b Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 23 Aug 2002 20:53:08 +0000 Subject: [PATCH] 2002-08-23 Ben Elliston * config.guess: Detect Convergent 3B1 machines (running AT&T UNIX). Reported by Bruce Lilly . --- ChangeLog | 5 +++++ config.guess | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 38e673b..b868f2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-08-23 Ben Elliston + + * config.guess: Detect Convergent 3B1 machines (running AT&T UNIX). + Reported by Bruce Lilly . + 2002-08-22 Urs Janßen * config.sub: Cosmetic whitespace fixes. diff --git a/config.guess b/config.guess index 0cd6c1a..c5438de 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002 Free Software Foundation, Inc. -timestamp='2002-08-19' +timestamp='2002-08-23' # 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 @@ -989,6 +989,9 @@ EOF # "miniframe" echo m68010-convergent-sysv exit 0 ;; + mc68k:UNIX:SYSTEM5:3.51m) + echo m68k-convergent-sysv + exit 0 ;; M68*:*:R3V[567]*:*) test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; 3[34]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0)