cygwin32 -> cygwin
authorChristopher Faylor <me+cygwin@cgf.cx>
Mon, 21 Feb 2000 03:24:17 +0000 (03:24 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Mon, 21 Feb 2000 03:24:17 +0000 (03:24 +0000)
config.guess

index 885f66120272dbd82b7bd8410a077ab7ff0191a6..d4f82e716bccc59c22a0bc1112fb6c0b75626043 100755 (executable)
@@ -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
This page took 0.024381 seconds and 4 git commands to generate.