Merge "Cygwin x86_64 support."
This commit is contained in:
commit
add0587fae
@ -728,6 +728,9 @@ process_common_toolchain() {
|
|||||||
x86_64*mingw32*)
|
x86_64*mingw32*)
|
||||||
tgt_os=win64
|
tgt_os=win64
|
||||||
;;
|
;;
|
||||||
|
x86_64*cygwin*)
|
||||||
|
tgt_os=win64
|
||||||
|
;;
|
||||||
*mingw32*|*cygwin*)
|
*mingw32*|*cygwin*)
|
||||||
[ -z "$tgt_isa" ] && tgt_isa=x86
|
[ -z "$tgt_isa" ] && tgt_isa=x86
|
||||||
tgt_os=win32
|
tgt_os=win32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user