]> granicus.if.org Git - libvpx/commitdiff
configure: support mingw-w64
authorLuca Barbato <lu_zero@gentoo.org>
Thu, 10 Jan 2013 03:50:18 +0000 (04:50 +0100)
committerLuca Barbato <lu_zero@gentoo.org>
Thu, 10 Jan 2013 03:52:51 +0000 (04:52 +0100)
Autodetect common cross compile and native mingw-w64 CHOSTs

Change-Id: Ib307b2f047c024c4dbc41880bd8d84b0fa7ecb93

build/make/configure.sh

index e27af964134b22d453b685ceb161e85208a3ec41..cb8d6427856d42df1a6e2619fb5ae0832a7df026 100755 (executable)
@@ -642,6 +642,9 @@ process_common_toolchain() {
                 tgt_isa=x86_64
                 tgt_os=darwin12
                 ;;
+            x86_64*mingw32*)
+                tgt_os=win64
+                ;;
             *mingw32*|*cygwin*)
                 [ -z "$tgt_isa" ] && tgt_isa=x86
                 tgt_os=win32