| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
* 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.
|
|
|