From 34be6057da31d52b83327f42dbbbca72b580b0ef Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Mon, 16 Jan 2017 19:27:00 +0900 Subject: [PATCH] Cygwin x86_64 support. This should have been taken into account at 64347a10 Change-Id: Ie8e3ad7cbaab3e5799e04bd50f2639390b0a2428 --- build/make/configure.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/make/configure.sh b/build/make/configure.sh index 007e02000..64ff817b6 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -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