diff options
| -rwxr-xr-x | config.guess | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.guess b/config.guess index 413ed41c0f5..b4bd35d6c2a 100755 --- a/config.guess +++ b/config.guess | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #! /bin/sh | 1 | #! /bin/sh |
| 2 | # Attempt to guess a canonical system name. | 2 | # Attempt to guess a canonical system name. |
| 3 | # Copyright (C) 1992, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. | 3 | # Copyright (C) 1992, 93, 94, 95, 96, 97, 1998 Free Software Foundation, Inc. |
| 4 | # | 4 | # |
| 5 | # This file is free software; you can redistribute it and/or modify it | 5 | # This file is free software; you can redistribute it and/or modify it |
| 6 | # under the terms of the GNU General Public License as published by | 6 | # under the terms of the GNU General Public License as published by |
| @@ -478,10 +478,10 @@ EOF | |||
| 478 | echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` | 478 | echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` |
| 479 | exit 0 ;; | 479 | exit 0 ;; |
| 480 | i*:CYGWIN*:*) | 480 | i*:CYGWIN*:*) |
| 481 | echo i386-pc-cygwin32 | 481 | echo ${UNAME_MACHINE}-pc-cygwin32 |
| 482 | exit 0 ;; | 482 | exit 0 ;; |
| 483 | i*:MINGW*:*) | 483 | i*:MINGW*:*) |
| 484 | echo i386-pc-mingw32 | 484 | echo ${UNAME_MACHINE}-pc-mingw32 |
| 485 | exit 0 ;; | 485 | exit 0 ;; |
| 486 | p*:CYGWIN*:*) | 486 | p*:CYGWIN*:*) |
| 487 | echo powerpcle-unknown-cygwin32 | 487 | echo powerpcle-unknown-cygwin32 |