From ca0ef62c9e3cd18d93b7aec6fd33f7eb9f3173e3 Mon Sep 17 00:00:00 2001 From: alaviss Date: Fri, 28 Dec 2018 04:27:23 +0700 Subject: [PATCH] config/nim.cfg: disable tlsEmulation on Haiku (#10092) [backport] As of hrev52662, TLS support in Haiku is usable again. This has since been backported to R1/Beta1, so we can flip the switch upstream. --- config/nim.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/nim.cfg b/config/nim.cfg index b52c71c942..2a118c5cf3 100644 --- a/config/nim.cfg +++ b/config/nim.cfg @@ -102,9 +102,6 @@ path="$lib/pure" tlsEmulation:on @end @if haiku: - # Haiku currently have problems with TLS - # https://dev.haiku-os.org/ticket/14342 - tlsEmulation:on gcc.options.linker = "-Wl,--as-needed -lnetwork" gcc.cpp.options.linker = "-Wl,--as-needed -lnetwork" clang.options.linker = "-Wl,--as-needed -lnetwork"