X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=config;h=02d7de0266173a8ebafe881fec5d869874e4ebc5;hp=71ada7bbe1508ee7808587bb2075753bd853ea21;hb=4848cbf1cffcd00565c4191319030bef52cc9b55;hpb=9f2027e56d9e82dc89f079ed285d5571cbee5592 diff --git a/config b/config index 71ada7bbe1..02d7de0266 100755 --- a/config +++ b/config @@ -337,6 +337,9 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in echo "mips-sony-newsos4"; exit 0; ;; + MINGW*) + echo "${MACHINE}-whatever-mingw"; exit 0; + ;; CYGWIN*) case "$RELEASE" in [bB]*|1.0|1.[12].*)