| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
It's currently misdetected as powerpc64.
|
|
|
|
|
|
|
| |
* Add support for LoongArch
* Update compiler/installer.ini
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
|
|
|
|
|
|
|
|
|
| |
* Add Elbrus 2000 architecture
* Add e2k to niminst
* Update compiler/installer.ini
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
|
|
|
|
|
| |
* add OpenIndiana support
* point sunos to solaris
|
| |
|
| |
|
| |
|
|
|
| |
Add help
|
|
|
| |
fix powerpc64le detection
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
| |
* add riscv as riscv64
* add all platforms supported by FreeBSD
|
|
|
|
|
| |
* add arm support to openbsd
* use clang on openbsd
|
|
|
|
|
| |
* Add arm and arm64 for FreeBSD
* Add arm64 with aarch64 and reorder to avoid conflict with arm
|
|
|
|
|
|
| |
* build.sh: Enable CPU detection for hppa
* compiler: Add hppa as target architecture on Linux
* lib/system: Add platform support for hppa
|
| |
|
|
|
|
|
| |
* compiler: Add ia64 as target architecture on Linux
* build.sh: Enable CPU detection for ia64
|
|
|
|
|
|
| |
* niminst: get rid of LINKER / LD
They don't seem to be used anywhere, and clashes with *nix `$LD`
|
|
|
|
|
|
| |
* compiler: Add alpha as target architecture on Linux
* build.sh: Enable CPU detection for alpha
|
|
|
|
|
|
| |
* compiler: Add m68k as target architecture on Linux
* build.sh: Enable CPU detection for m68k
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|