Fix MinGW toolchain detection
authorJohn Koleszar <jkoleszar@google.com>
Thu, 10 Jun 2010 16:07:34 +0000 (12:07 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Thu, 10 Jun 2010 16:07:34 +0000 (12:07 -0400)
Updated the comment in change I6bef2ab5, but missed adding the code to
the commit.

Change-Id: I14d300489b79730e3995175bfe5f9271b569abe3

build/make/configure.sh

index 28ed21c..a7b7d80 100755 (executable)
@@ -519,7 +519,7 @@ process_common_toolchain() {
                 tgt_isa=universal
                 tgt_os=darwin9
                 ;;
-            *msys*|*cygwin*)
+            *mingw32*|*cygwin*)
                 tgt_os=win32
                 ;;
             *linux*|*bsd*)