Fix MinGW toolchain detection

Updated the comment in change I6bef2ab5, but missed adding the code to
the commit.

Change-Id: I14d300489b79730e3995175bfe5f9271b569abe3
This commit is contained in:
John Koleszar 2010-06-10 12:07:34 -04:00
parent f5aeef6ef8
commit 330dd67b7b

View File

@ -519,7 +519,7 @@ process_common_toolchain() {
tgt_isa=universal
tgt_os=darwin9
;;
*msys*|*cygwin*)
*mingw32*|*cygwin*)
tgt_os=win32
;;
*linux*|*bsd*)