mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
Reported by Dejan Lekic <dejan.lekic@gmail.com>.
* config.guess (*:MSYS*:*): Match all machines, not just i*. * testsuite/config-guess.data: Add a test case.
This commit is contained in:
parent
6947a35648
commit
f4ebd3ed09
@ -1,3 +1,9 @@
|
||||
2014-03-13 Ben Elliston <bje@gnu.org>
|
||||
|
||||
Reported by Dejan Lekic <dejan.lekic@gmail.com>.
|
||||
* config.guess (*:MSYS*:*): Match all machines, not just i*.
|
||||
* testsuite/config-guess.data: Add a test case.
|
||||
|
||||
2014-02-12 Urs Janssen <urs@akk.org>
|
||||
|
||||
* config.guess (Linux|GNU|GNU/*): Strip extraneous whitespace
|
||||
|
4
config.guess
vendored
4
config.guess
vendored
@ -2,7 +2,7 @@
|
||||
# Attempt to guess a canonical system name.
|
||||
# Copyright 1992-2014 Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2014-02-12'
|
||||
timestamp='2014-03-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
|
||||
@ -826,7 +826,7 @@ EOF
|
||||
*:MINGW*:*)
|
||||
echo ${UNAME_MACHINE}-pc-mingw32
|
||||
exit ;;
|
||||
i*:MSYS*:*)
|
||||
*:MSYS*:*)
|
||||
echo ${UNAME_MACHINE}-pc-msys
|
||||
exit ;;
|
||||
i*:windows32*:*)
|
||||
|
@ -58,6 +58,7 @@ x86_64 1.0 Haiku ignored x86_64-unknown-haiku
|
||||
x86_64 1.0 MINGW64 ignored x86_64-pc-mingw64
|
||||
x86_64 1.0 MINGW ignored x86_64-pc-mingw32
|
||||
x86_64 1.5.18(0.132/4/2) CYGWIN_NT-5.2 ignored x86_64-unknown-cygwin
|
||||
x86_64 2.0.0(0.271/5/3) MSYS_NT-6.1 ignored x86_64-pc-msys
|
||||
x86_64 2.6.32 Linux ignored x86_64-unknown-linux-gnu
|
||||
x86_64 2.6.32 VMkernel ignored x86_64-unknown-esx
|
||||
xtensa 2.6.15 Linux ignored xtensa-unknown-linux-gnu
|
||||
|
Loading…
x
Reference in New Issue
Block a user