summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-08 21:05:26 +0200
committerAraq <rumpf_a@web.de>2012-07-08 21:05:26 +0200
commit53b3ad971a2d7a8556c74ecc63221e4b61059098 (patch)
tree330859149b769ee8a197ffbaaa224517c7bf1aa9 /compiler
parent4fbba0a65ad310ba9498f1cf9f79eb0826b19f81 (diff)
parent6c2aaaad060f00797eac9d03ac77fb8856271669 (diff)
downloadNim-53b3ad971a2d7a8556c74ecc63221e4b61059098.tar.gz
Merge branch 'master' of github.com:Araq/Nimrod
Diffstat (limited to 'compiler')
-rwxr-xr-xcompiler/nimrod.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimrod.ini b/compiler/nimrod.ini
index da87d957d..e8ca40ab8 100755
--- a/compiler/nimrod.ini
+++ b/compiler/nimrod.ini
@@ -3,7 +3,7 @@ Name: "Nimrod"
 Version: "$version"
 ; Windows and i386 must be first!
 OS: "windows;linux;macosx;freebsd;netbsd;openbsd;solaris"
-CPU: "i386;amd64;powerpc64"  # ;sparc
+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