summary refs log tree commit diff stats
path: root/tools/niminst/buildsh.nimf
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on FreeBSD/powerpc (#19282)pkubaj2021-12-221-2/+4
| | | It's currently misdetected as powerpc64.
* Add support for LoongArch (#19223)wenghongquan2021-12-091-0/+2
| | | | | | | * Add support for LoongArch * Update compiler/installer.ini Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* Add Elbrus 2000 architecture (#19024)Danil Yarantsev2021-10-211-0/+2
| | | | | | | | | * Add Elbrus 2000 architecture * Add e2k to niminst * Update compiler/installer.ini Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
* add OpenIndiana to list (#18972)antonl052021-10-091-1/+11
| | | | | * add OpenIndiana support * point sunos to solaris
* Add armv8l support (Closes: #18898) (#18901) [backport]Federico Ceratto2021-09-271-1/+1
|
* ported Nim to proprietary CrossOS [backport] (#18889)Andreas Rumpf2021-09-241-0/+5
|
* fix shebangs #! /xxx => #!/xxx (#18444)Timothee Cour2021-07-071-1/+1
|
* Enable parallel build in build.sh (#18195)Federico Ceratto2021-06-141-0/+24
| | | Add help
* Update buildsh.nimf (#15945)lenoil982020-11-131-3/+4
| | | fix powerpc64le detection
* Add support for FreeBSD/PowerPC64 Little Endian (#15927)lenoil982020-11-121-1/+4
| | | | | | | | | | | | | | * Update installer.ini Add support for powerpc64 little endian * Update buildsh.nimf Add support for powerpc64 little endian * Update makefile.nimf Add support for freebsd/powerpc64 little endian
* New freebsd platforms (#14801)lbartoletti2020-06-291-1/+1
| | | | | * add riscv as riscv64 * add all platforms supported by FreeBSD
* [OpenBSD] Add arm support (#14608)lbartoletti2020-06-081-0/+1
| | | | | * add arm support to openbsd * use clang on openbsd
* Add arm/arm64 for FreeBSD (#13822)lbartoletti2020-03-311-2/+2
| | | | | * Add arm and arm64 for FreeBSD * Add arm64 with aarch64 and reorder to avoid conflict with arm
* Add build support for Linux/hppa (#12271)John Paul Adrian Glaubitz2019-09-261-0/+2
| | | | | | * build.sh: Enable CPU detection for hppa * compiler: Add hppa as target architecture on Linux * lib/system: Add platform support for hppa
* Add build support for FreeBSD PowerPC64lenoil982019-08-231-1/+8
|
* Add build support for Linux/ia64 (#11880) [feature]John Paul Adrian Glaubitz2019-08-041-0/+2
| | | | | * compiler: Add ia64 as target architecture on Linux * build.sh: Enable CPU detection for ia64
* niminst: get rid of LINKER / LD (#11379)alaviss2019-06-031-5/+2
| | | | | | * niminst: get rid of LINKER / LD They don't seem to be used anywhere, and clashes with *nix `$LD`
* Add build support for Linux/alpha (#11386)John Paul Adrian Glaubitz2019-06-031-0/+2
| | | | | | * compiler: Add alpha as target architecture on Linux * build.sh: Enable CPU detection for alpha
* Add build support for Linux/m68k (#11366)John Paul Adrian Glaubitz2019-06-021-0/+2
| | | | | | * compiler: Add m68k as target architecture on Linux * build.sh: Enable CPU detection for m68k
* Add build support for Linux/sparc64 (#11365)John Paul Adrian Glaubitz2019-06-011-2/+6
| | | | | | | | | | | * compiler: Add sparc64 as target architecture on Linux * build.sh: Use getconf for bitness detection on Linux/sparc The isainfo utility is specific to Solaris and not available on Linux/sparc. While getconf exists on Solaris as well, it does not always seem to match the bitness reported by isainfo on Solaris and isainfo should therefore be preferred on Solaris.
* fix #9647 tmpl=>nimf (#9658)Timothee Cour2018-11-141-0/+220