From: Ivan Maidanski Date: Wed, 18 Jul 2018 04:27:05 +0000 (+0300) Subject: Revert 'Workaround gctest hang on kFreeBSD if thread-local allocations are on' X-Git-Tag: v7.4.14~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0714474aa63a7c046f931a01f4fd01ba6faacdd9;p=gc Revert 'Workaround gctest hang on kFreeBSD if thread-local allocations are on' This reverts commit cbd1d3e5dc09b1f23d29965d6f0df0bec6c4b1df. The reverted commit is not needed for release-7_4 and earlier branches. --- diff --git a/configure.ac b/configure.ac index d5fc80aa..0a6c70a1 100644 --- a/configure.ac +++ b/configure.ac @@ -241,11 +241,7 @@ case "$THREADS" in if test "${enable_parallel_mark}" = yes; then AC_DEFINE(PARALLEL_MARK) fi - # FIXME: For a reason, gctest hangs up on kFreeBSD if both of - # THREAD_LOCAL_ALLOC and GC_ENABLE_SUSPEND_THREAD are defined. - if test x"$enable_gcj_support" = xno; then - AC_DEFINE(THREAD_LOCAL_ALLOC) - fi + AC_DEFINE(THREAD_LOCAL_ALLOC) AC_DEFINE(USE_COMPILER_TLS) ;; *-*-gnu*)