mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-08-25 00:23:33 +03:00
Merge pull request #128 from daverigby/cygwin
autoconf: Support cygwin in addition to mingw
This commit is contained in:
commit
bbc5481cf9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue