# HG changeset patch # User diego # Date 1261336340 0 # Node ID c3d96f2fb4c22bf38fb297a83040c1a31981dfba # Parent 844755b5d7b625e8514991f7147588e77cb35f81 Use "mingw32" instead of "mingw32msvc" as system name for MinGW with --target. The former is the official name used by the MinGW project. diff -r 844755b5d7b6 -r c3d96f2fb4c2 configure --- a/configure Sun Dec 20 17:49:07 2009 +0000 +++ b/configure Sun Dec 20 19:12:20 2009 +0000 @@ -1434,7 +1434,7 @@ qnx) system_name=QNX ;; morphos) system_name=MorphOS ;; amigaos) system_name=AmigaOS ;; - mingw32msvc) 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)