summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorAxel Pahl <apahl@users.noreply.github.com>2017-01-31 11:32:08 +0100
committerAndreas Rumpf <rumpf_a@web.de>2017-01-31 11:32:08 +0100
commit8071648129909d47ff7d8d071938ba4c078fc7e4 (patch)
tree5046a9d00949c49eb739a3d0c215ece9f5912304 /config
parent6effe4553bfc8a57e6d718bfb147905393c2a943 (diff)
downloadNim-8071648129909d47ff7d8d071938ba4c078fc7e4.tar.gz
revert nim.cfg to version before b26e6e3 (#5306)
... to enable building of koch on Linux again
Diffstat (limited to 'config')
-rw-r--r--config/nim.cfg10
1 files changed, 2 insertions, 8 deletions
diff --git a/config/nim.cfg b/config/nim.cfg
index 48ab0d7bd..a5c9eeccd 100644
--- a/config/nim.cfg
+++ b/config/nim.cfg
@@ -100,7 +100,7 @@ path="$lib/pure"
 @if windows:
   #gcc.path = r"$nim\dist\mingw\bin"
   @if gcc:
-    #tlsEmulation:on
+    tlsEmulation:on
   @end
 @end
 
@@ -110,13 +110,7 @@ path="$lib/pure"
   gcc.options.always = "-w"
   gcc.cpp.options.always = "-w -fpermissive"
 @else:
-  @if cpu32:
-    gcc.options.always = "-w -m32"
-    gcc.options.linker = "-m32"
-  @else:
-    gcc.options.always = "-w -m64"
-    gcc.options.linker = "-m64"
-  @end
+  gcc.options.always = "-w"
   gcc.cpp.options.always = "-w -fpermissive"
 @end