ref: af0ed4175440df4ea609c280d1af13b06bf85201
parent: 89826f1d028bb5904000270e0f5f770dc313d1b0
parent: 64347a10a2a34d53800ca9cb1bb65a88e3f8d759
author: Johann <johannkoenig@google.com>
date: Thu Jan 10 05:35:22 EST 2013
Merge "configure: support mingw-w64"
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -642,6 +642,9 @@
tgt_isa=x86_64
tgt_os=darwin12
;;
+ x86_64*mingw32*)
+ tgt_os=win64
+ ;;
*mingw32*|*cygwin*)
[ -z "$tgt_isa" ] && tgt_isa=x86
tgt_os=win32
--
⑨