diff options
Diffstat (limited to 'compiler')
-rwxr-xr-x | compiler/nimrod.ini | 2 |
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 |