From: Brian Gaeke Date: Wed, 8 Sep 2004 20:32:11 +0000 (+0000) Subject: recognize MinGW X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2f686dbc560433a028eaf0bcf36e34358bec9eb8;p=oota-llvm.git recognize MinGW git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16254 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 4ca4296cc6e..1335306b70a 100644 --- a/autoconf/configure.ac +++ b/autoconf/configure.ac @@ -110,6 +110,10 @@ case $build in AC_SUBST(OS,[Win32]) platform_type="Win32" ;; + *-*-mingw*) + AC_SUBST(OS,[Win32]) + platform_type="Win32" + ;; *) AC_SUBST(OS,[Unknown]) platform_type="Unknown"