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:
Jin Qian 2020-11-02 16:15:14 -08:00 committed by David Goldblatt
parent 1e3b8636ff
commit 986cbe4881

View File

@ -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"