diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2000-02-21 03:24:17 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2000-02-21 03:24:17 +0000 |
commit | 8de032f2d1bbc8291135149aff1baf48ce81675d (patch) | |
tree | df11cbe1727e532f3c4c415d7096cade5ce382a3 /config.guess | |
parent | Include "expression.h" which "language.h" depends on. (diff) | |
download | binutils-gdb-8de032f2d1bbc8291135149aff1baf48ce81675d.tar.gz binutils-gdb-8de032f2d1bbc8291135149aff1baf48ce81675d.tar.bz2 binutils-gdb-8de032f2d1bbc8291135149aff1baf48ce81675d.zip |
cygwin32 -> cygwin
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 885f6612027..d4f82e716bc 100755 --- a/config.guess +++ b/config.guess @@ -529,7 +529,7 @@ EOF echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'` exit 0 ;; i*:[Cc][Yy][Gg][Ww][Ii][Nn]*:*) - echo ${UNAME_MACHINE}-pc-cygwin32 + echo ${UNAME_MACHINE}-pc-cygwin exit 0 ;; i*:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 |