Cygwin x86_64 support.

This should have been taken into account at 64347a10

Change-Id: Ie8e3ad7cbaab3e5799e04bd50f2639390b0a2428
This commit is contained in:
Moriyoshi Koizumi 2017-01-16 19:27:00 +09:00 committed by Johann
parent 159cc3b33c
commit 34be6057da

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