提交 9f28f724 编写于 作者: C Chloe

added support for CYGWIN 6.3 into configure script

Not checking for 32/64 bit, since `uname -s` no longer contains an indicator (and `uname -m` returns correct results)
上级 270a677d
......@@ -430,6 +430,10 @@ case $CFG_OSTYPE in
CFG_CPUTYPE=x86_64
;;
# Win 8 # uname -s on 64-bit cygwin does not contain WOW64, so simply use uname -m to detect arch (works in my install)
CYGWIN_NT-6.3)
CFG_OSTYPE=pc-windows-gnu
;;
# We do not detect other OS such as XP/2003 using 64 bit using uname.
# If we want to in the future, we will need to use Cygwin - Chuck's csih helper in /usr/lib/csih/winProductName.exe or alternative.
*)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册