mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.guess (i*:windows32*:*): uname -m includes "-pc", so no
need to emit it additionally. * testsuite/config-guess.data: Update test case.
This commit is contained in:
parent
4d6e34ac0c
commit
91c45c3884
@ -1,3 +1,9 @@
|
|||||||
|
2005-05-27 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
|
* config.guess (i*:windows32*:*): uname -m includes "-pc", so no
|
||||||
|
need to emit it additionally.
|
||||||
|
* testsuite/config-guess.data: Update test case.
|
||||||
|
|
||||||
2005-05-15 Ben Elliston <bje@gnu.org>
|
2005-05-15 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
Reported by Sam Steingold <sds@gnu.org>:
|
Reported by Sam Steingold <sds@gnu.org>:
|
||||||
|
8
config.guess
vendored
8
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
# 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||||
|
|
||||||
timestamp='2005-05-15'
|
timestamp='2005-05-27'
|
||||||
|
|
||||||
# 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
|
||||||
@ -805,9 +805,13 @@ EOF
|
|||||||
i*:CYGWIN*:*)
|
i*:CYGWIN*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-cygwin
|
echo ${UNAME_MACHINE}-pc-cygwin
|
||||||
exit ;;
|
exit ;;
|
||||||
i*:MINGW*:* | i*:windows32*:*)
|
i*:MINGW*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-mingw32
|
echo ${UNAME_MACHINE}-pc-mingw32
|
||||||
exit ;;
|
exit ;;
|
||||||
|
i*:windows32*:*)
|
||||||
|
# uname -m includes "-pc" on this system.
|
||||||
|
echo ${UNAME_MACHINE}-mingw32
|
||||||
|
exit ;;
|
||||||
i*:PW*:*)
|
i*:PW*:*)
|
||||||
echo ${UNAME_MACHINE}-pc-pw32
|
echo ${UNAME_MACHINE}-pc-pw32
|
||||||
exit ;;
|
exit ;;
|
||||||
|
@ -9,4 +9,4 @@ i386 ignored VOS ignored i386-stratus-vos
|
|||||||
arm ignored RISCOS ignored arm-unknown-riscos
|
arm ignored RISCOS ignored arm-unknown-riscos
|
||||||
arm ignored riscos ignored arm-unknown-riscos
|
arm ignored riscos ignored arm-unknown-riscos
|
||||||
i586 5.0.0 skyos ignored i586-pc-skyos5.0.0
|
i586 5.0.0 skyos ignored i586-pc-skyos5.0.0
|
||||||
i786 ignored windows32 ignored i786-pc-mingw32
|
i786-pc ignored windows32 ignored i786-pc-mingw32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user