LoongArch64 cross-compile toolchain, supports both x86_64(amd64) and aarch64(arm64) architectures.
Version | Target | Kernel | Binutils | GCC | Libc(glibc) | Libc(musl) |
---|---|---|---|---|---|---|
stable | loongarch64-unknown-linux-gnu | 6.6.101 | 2.41 | 12.5.0 | 2.38 | |
stable | loongarch64-unknown-linux-musl | 6.6.101 | 2.41 | 12.5.0 | 1.2.5 | |
mainline | loongarch64-unknown-linux-gnu | 6.12.41 | 2.41 | 14.3.0 | 2.41 | |
mainline | loongarch64-unknown-linux-musl | 6.12.41 | 2.41 | 14.3.0 | 1.2.5 | |
latest | loongarch64-unknown-linux-gnu | 6.16 | 2.45 | 15.2.0 | 2.42 | |
latest | loongarch64-unknown-linux-musl | 6.16 | 2.45 | 15.2.0 | 1.2.5 |
Download the tarball from the release page and extract it to /opt/x-tools
:
sudo mkdir -p /opt/x-tools
sudo tar -xf ${Target}.tar.xz -C /opt/x-tools
Fork this project and create a new release, or build manually:
./scripts/make ${Target}
MIT
We would like to express our gratitude to the following individuals and projects: