Commit af0ed417 authored by Johann's avatar Johann Committed by Gerrit Code Review
Browse files

Merge "configure: support mingw-w64"

Showing with 3 additions and 0 deletions
...@@ -642,6 +642,9 @@ process_common_toolchain() { ...@@ -642,6 +642,9 @@ process_common_toolchain() {
tgt_isa=x86_64 tgt_isa=x86_64
tgt_os=darwin12 tgt_os=darwin12
;; ;;
x86_64*mingw32*)
tgt_os=win64
;;
*mingw32*|*cygwin*) *mingw32*|*cygwin*)
[ -z "$tgt_isa" ] && tgt_isa=x86 [ -z "$tgt_isa" ] && tgt_isa=x86
tgt_os=win32 tgt_os=win32
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment