2001-12-13 Douglas B. Rupp <rupp@gnat.com>

* config.guess: Recognize x86 Interix version 3.
This commit is contained in:
Ben Elliston 2001-12-13 03:53:12 +00:00
parent 083292684f
commit 378309c13d
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-13 Douglas B. Rupp <rupp@gnat.com>
* config.guess: Recognize x86 Interix version 3.
2001-12-12 Ben Elliston <bje@redhat.com>
* config.guess (i*86:Linux:*:*): Minor simplification: have the

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
# Free Software Foundation, Inc.
timestamp='2001-12-12'
timestamp='2001-12-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
@ -734,6 +734,9 @@ EOF
i*:PW*:*)
echo ${UNAME_MACHINE}-pc-pw32
exit 0 ;;
x86:Interix*:3*)
echo i386-pc-interix3
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