aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nimrod/files/patch-config-nimrod.cfg
blob: 6f15a2f955c47fe950489dc847a64eb5b4fba9d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- config/nimrod.cfg.orig
+++ config/nimrod.cfg
@@ -67,11 +67,6 @@
     gpp.options.linker = "-ldl"
     clang.options.linker = "-ldl"
     tcc.options.linker = "-ldl"
-  @else:
-    # BSD got posix_spawn only recently, so we deactivate it for osproc:
-    define:useFork
-    # at least NetBSD has problems with thread local storage:
-    tlsEmulation:on
   @end
 @end