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