2002-11-13 Ben Elliston <bje@redhat.com>

* config.sub (windows32): Remove bad idea.

2002-11-13  Werner Lemberg  <wl@gnu.org>

	* config.sub: Add -mks*.

2002-11-13  Jeff Conrad  <jeff_conrad@msn.com>

	* config.guess: Detect MKS running on Windows {95,98,NT}.

2002-11-13  Ben Elliston  <bje@redhat.com>

	* config.guess: Detect PowerMAX OS on Concurrent Synergy machines.
	Reported by Sam Williams <sam.williams@hs.utc.com>.
This commit is contained in:
Ben Elliston
2002-11-13 05:56:25 +00:00
parent 19e4ce99ca
commit bc2256ecb3
3 changed files with 24 additions and 8 deletions

7
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-11-08'
timestamp='2002-11-13'
# 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
@ -449,7 +449,7 @@ EOF
Motorola:*:4.3:PL8-*)
echo powerpc-harris-powermax
exit 0 ;;
Night_Hawk:*:*:PowerMAX_OS)
Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
echo powerpc-harris-powermax
exit 0 ;;
Night_Hawk:Power_UNIX:*:*)
@ -771,6 +771,9 @@ EOF
x86:Interix*:3*)
echo i386-pc-interix3
exit 0 ;;
[345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
echo i${UNAME_MACHINE}-pc-mks
exit 0 ;;
i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
# How do we know it's Interix rather than the generic POSIX subsystem?
# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we