Add support for sh-pe and arm-wince-pe targets.
[deliverable/binutils-gdb.git] / 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.023181 seconds and 4 git commands to generate.