Merge "Cygwin x86_64 support."

This commit is contained in:
Johann Koenig 2017-01-17 17:45:54 +00:00 committed by Gerrit Code Review
commit add0587fae

View File

@ -728,6 +728,9 @@ process_common_toolchain() {
x86_64*mingw32*)
tgt_os=win64
;;
x86_64*cygwin*)
tgt_os=win64
;;
*mingw32*|*cygwin*)
[ -z "$tgt_isa" ] && tgt_isa=x86
tgt_os=win32