summaryrefslogtreecommitdiff
path: root/build/make
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2013-01-10 04:50:18 +0100
committerLuca Barbato <lu_zero@gentoo.org>2013-01-10 04:52:51 +0100
commit64347a10a2a34d53800ca9cb1bb65a88e3f8d759 (patch)
treeb3366c3595fcc5f55b3cd72e6f43d613cd9e673c /build/make
parent27825e9e3a70c1d71c2bdea5bd44bf7b4bbb1824 (diff)
downloadlibvpx-64347a10a2a34d53800ca9cb1bb65a88e3f8d759.tar
libvpx-64347a10a2a34d53800ca9cb1bb65a88e3f8d759.tar.gz
libvpx-64347a10a2a34d53800ca9cb1bb65a88e3f8d759.tar.bz2
libvpx-64347a10a2a34d53800ca9cb1bb65a88e3f8d759.zip
configure: support mingw-w64
Autodetect common cross compile and native mingw-w64 CHOSTs Change-Id: Ib307b2f047c024c4dbc41880bd8d84b0fa7ecb93
Diffstat (limited to 'build/make')
-rwxr-xr-xbuild/make/configure.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/make/configure.sh b/build/make/configure.sh
index e27af9641..cb8d64278 100755
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -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