diff options
author | Christopher Faylor <me@cgf.cx> | 2000-02-21 03:24:17 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-02-21 03:24:17 +0000 |
commit | d30d79907cc8bf4aa8593bc1260d92e8b8be11b4 (patch) | |
tree | 0893b64852701b4370077f961884645f35a490fe | |
parent | 83845eaa2112dac23f4451ab934af2c64d2f5865 (diff) | |
download | newlib-d30d79907cc8bf4aa8593bc1260d92e8b8be11b4.zip newlib-d30d79907cc8bf4aa8593bc1260d92e8b8be11b4.tar.gz newlib-d30d79907cc8bf4aa8593bc1260d92e8b8be11b4.tar.bz2 |
cygwin32 -> cygwin
-rwxr-xr-x | config.guess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.guess b/config.guess index 885f661..d4f82e7 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 |