Cygwin x86_64 support.
This should have been taken into account at 64347a10
Change-Id: Ie8e3ad7cbaab3e5799e04bd50f2639390b0a2428
This commit is contained in:
parent
159cc3b33c
commit
34be6057da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user