autoconf: Support cygwin in addition to mingw
This commit is contained in:
parent
eb5376ab9e
commit
70bdee07d9
@ -330,7 +330,7 @@ case "${host}" in
|
||||
fi
|
||||
abi="xcoff"
|
||||
;;
|
||||
*-*-mingw*)
|
||||
*-*-mingw* | *-*-cygwin*)
|
||||
abi="pecoff"
|
||||
force_tls="0"
|
||||
RPATH=""
|
||||
|
Loading…
Reference in New Issue
Block a user