summary refs log tree commit diff stats
path: root/compiler/nimrod.ini
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-09-03 23:44:31 +0200
committerAraq <rumpf_a@web.de>2013-09-03 23:44:31 +0200
commit891f871ba71b0b6e136fea13e5be0bd3e0860fea (patch)
tree27397b95f2c50ef77677f8d8171effc82e817416 /compiler/nimrod.ini
parent39da6979add895cf58e9c6f883ef8df465975cd6 (diff)
downloadNim-891f871ba71b0b6e136fea13e5be0bd3e0860fea.tar.gz
better support for GNU's assembler
Diffstat (limited to 'compiler/nimrod.ini')
-rw-r--r--compiler/nimrod.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini
index 482fe63c9..22623993c 100644
--- a/compiler/nimrod.ini
+++ b/compiler/nimrod.ini
@@ -3,6 +3,7 @@ Name: "Nimrod"
 Version: "$version"
 OS: "windows;linux;macosx;solaris;freebsd;netbsd;openbsd"
 CPU: "i386;amd64;powerpc64;arm"  # ;sparc
+
 Authors: "Andreas Rumpf"
 Description: """This is the Nimrod Compiler. Nimrod is a new statically typed,
 imperative programming language, that supports procedural, functional, object