Saigo Native Client Compiler Collection 21.0-20260625
Saigo Native Client Compiler Collection 21.0-20260625
Notable changes (compared to the Google packages):
- Ability to rebuild the toolchain without running Google precompiled binaries and without using their complex set of repositories.
- Precompiled native compiler packages for something else than
linux-amd64:- All Linux platforms with native, multiarch or box64 runtime compatibility:
linux-amd64(native runtime)linux-i686(native runtime)linux-arm64(multiarch, box64)linux-armhf(native runtime)linux-ppc64el(box64)linux-riscv64(box64)linux-loong64(box64)
- All Windows platforms with native runtime compatibility:
windows-amd64(native)windows-i686(native)
- All macOS platforms with native or Rosetta 2 runtime compatibility:
macos-amd64(native)macos-arm64(Rosetta 2)
- One FreeBSD platform with Linuxulator runtime compatibility:
freebsd-amd64(Linuxulator)
- All Linux platforms with native, multiarch or box64 runtime compatibility:
This doesn't ship the NaCl runtime, and the packages for the compilers don't require any compatibility layer: those packages provide native compilers for platforms known to be able to run the runtime.
The NaCl runtime has to be found there:
Native Client targets supported (with libc and libc++):
nacl-amd64nacl-i686nacl-armhf
Minimum systems and architectures for provided precompiled tarballs:
linux-amd64: Debian 11 Bullseyelinux-i686: Debian 11 Bullseyelinux-arm64: Debian 11 Bullseyelinux-armhf: Debian 11 Bullseyelinux-ppc64el: Debian 11 Bullseyelinux-riscv64: Debian 11 Bullseyelinux-loong64: Debian 13 Trixiefreebsd-amd64: FreeBSD 13.4windows-amd64: whatever MinGW targets (built on Debian 13 Trixie)windows-i686: whatever MinGW targets (built on Debian 13 Trixie)macos-amd64: macOS 10.2 Jaguarmacos-arm64: macOS 11.7 Big Sur