diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2014-08-30 19:22:50 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2014-08-30 19:22:50 +0000 |
| commit | fa1ab79e3fc0766fb196302c41740860cbfd5736 (patch) | |
| tree | a138cabcc14f5c10e0683d2a220456bf55b01ff2 /gnu | |
| parent | 051efae6f03014d0f0b7c4280ddbf9108337da66 (diff) | |
recognize cygwin64
Diffstat (limited to 'gnu')
| -rwxr-xr-x | gnu/dist/texinfo/config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/dist/texinfo/config.guess b/gnu/dist/texinfo/config.guess index b9e9d2487a2..9a34577dfdc 100755 --- a/gnu/dist/texinfo/config.guess +++ b/gnu/dist/texinfo/config.guess @@ -780,7 +780,7 @@ EOF *:FreeBSD:*:*) echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` exit 0 ;; - i*:CYGWIN*:*) + i*:CYGWIN*:* | x86*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin exit 0 ;; i*:MINGW*:*) |
