# HG changeset patch # User diego # Date 1261563713 0 # Node ID 29977961a1973edeaf52c82482be3202f0c62718 # Parent e31fc74955d50f4b180355d9018bf24809cda57e Allow passing variants of "mingw32" as system name to --target. This ensures backwards compatibility after switching from "mingw32msvc" to "mingw32". diff -r e31fc74955d5 -r 29977961a197 configure --- a/configure Tue Dec 22 20:56:59 2009 +0000 +++ b/configure Wed Dec 23 10:21:53 2009 +0000 @@ -1434,7 +1434,7 @@ qnx) system_name=QNX ;; morphos) system_name=MorphOS ;; amigaos) system_name=AmigaOS ;; - mingw32) system_name=MINGW32 ;; + mingw32*) system_name=MINGW32 ;; esac # We need to convert underscores so that values like k6-2 and pentium-mmx can be passed host_arch=$(echo $_target | cut -d '-' -f 1)