mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 14:41:42 +03:00
Disable JEMALLOC_TLS for QNX
TLS access triggers recurisive malloc during bootstrapping. Need to use pthread_getspecific and pthread_setspecific with a follow up fix.
This commit is contained in:
parent
1e3b8636ff
commit
986cbe4881
1 changed files with 4 additions and 0 deletions
|
|
@ -765,6 +765,10 @@ case "${host}" in
|
|||
default_retain="1"
|
||||
fi
|
||||
;;
|
||||
*-*-nto-qnx)
|
||||
abi="elf"
|
||||
force_tls="0"
|
||||
;;
|
||||
*)
|
||||
AC_MSG_RESULT([Unsupported operating system: ${host}])
|
||||
abi="elf"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue