mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-24 13:53:11 +00:00
Merge pull request #128 from daverigby/cygwin
autoconf: Support cygwin in addition to mingw
This commit is contained in:
@@ -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=""
|
||||||
|
|||||||
Reference in New Issue
Block a user