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
@ -765,6 +765,10 @@ case "${host}" in
|
|||||||
default_retain="1"
|
default_retain="1"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
*-*-nto-qnx)
|
||||||
|
abi="elf"
|
||||||
|
force_tls="0"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
AC_MSG_RESULT([Unsupported operating system: ${host}])
|
AC_MSG_RESULT([Unsupported operating system: ${host}])
|
||||||
abi="elf"
|
abi="elf"
|
||||||
|
Loading…
Reference in New Issue
Block a user