mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-30 11:06:36 +12:00
2001-12-13 Douglas B. Rupp <rupp@gnat.com>
* config.guess: Recognize x86 Interix version 3.
This commit is contained in:
parent
083292684f
commit
378309c13d
@ -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>
|
2001-12-12 Ben Elliston <bje@redhat.com>
|
||||||
|
|
||||||
* config.guess (i*86:Linux:*:*): Minor simplification: have the
|
* config.guess (i*86:Linux:*:*): Minor simplification: have the
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
|
||||||
# Free Software Foundation, Inc.
|
# 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
|
# 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
|
# under the terms of the GNU General Public License as published by
|
||||||
@ -734,6 +734,9 @@ EOF
|
|||||||
i*:PW*:*)
|
i*:PW*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-pw32
|
echo ${UNAME_MACHINE}-pc-pw32
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
x86:Interix*:3*)
|
||||||
|
echo i386-pc-interix3
|
||||||
|
exit 0 ;;
|
||||||
i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
|
i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
|
||||||
# How do we know it's Interix rather than the generic POSIX subsystem?
|
# 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
|
# It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
|
||||||
|
Loading…
x
Reference in New Issue
Block a user