ref: 34be6057da31d52b83327f42dbbbca72b580b0ef
parent: 159cc3b33c718d90a1a3bae87682d1d21d4af480
author: Moriyoshi Koizumi <[email protected]>
date: Mon Jan 16 14:27:00 EST 2017
Cygwin x86_64 support. This should have been taken into account at 64347a10 Change-Id: Ie8e3ad7cbaab3e5799e04bd50f2639390b0a2428
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -728,6 +728,9 @@
x86_64*mingw32*)
tgt_os=win64
;;
+ x86_64*cygwin*)
+ tgt_os=win64
+ ;;
*mingw32*|*cygwin*)
[ -z "$tgt_isa" ] && tgt_isa=x86
tgt_os=win32