2002-08-23 Ben Elliston <bje@redhat.com>

* config.guess: Detect Convergent 3B1 machines (running AT&T UNIX).
	Reported by Bruce Lilly <blilly@erols.com>.
This commit is contained in:
Ben Elliston 2002-08-23 20:53:08 +00:00
parent f9ab247c32
commit 926fa49a3b
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-08-23 Ben Elliston <bje@redhat.com>
* config.guess: Detect Convergent 3B1 machines (running AT&T UNIX).
Reported by Bruce Lilly <blilly@erols.com>.
2002-08-22 Urs Janßen <urs@akk.org>
* config.sub: Cosmetic whitespace fixes.

5
config.guess vendored
View File

@ -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)