Revert "local-dynamic is enough"

This reverts commit 462e9a648b.
This commit is contained in:
Frank Denis
2026-04-05 21:27:01 +02:00
parent 9f181dfc25
commit a728a02c51
+2 -2
View File
@@ -377,8 +377,8 @@ AX_CHECK_CATCHABLE_ABRT
AS_IF([test "x$with_threads" = "xyes"], [
AX_TLS([AC_MSG_RESULT(thread local storage is supported)
AX_CHECK_COMPILE_FLAG([-ftls-model=local-dynamic],
[CFLAGS="$CFLAGS -ftls-model=local-dynamic"])],
AX_CHECK_COMPILE_FLAG([-ftls-model=global-dynamic],
[CFLAGS="$CFLAGS -ftls-model=global-dynamic"])],
[AC_MSG_RESULT(thread local storage is not supported)]) ])
LT_INIT