mirror of
https://github.com/AmanoTeam/Raiden.git
synced 2025-12-11 03:49:43 -03:00
A GCC cross-compiler targeting Linux musl
| .github/workflows | ||
| patches | ||
| submodules | ||
| tools | ||
| .editorconfig | ||
| .gitattributes | ||
| .gitmodules | ||
| aarch64-unknown-linux-musl.sh | ||
| arm-unknown-linux-musleabihf.sh | ||
| armv7l-unknown-linux-musleabihf.sh | ||
| build.sh | ||
| i386-unknown-linux-musl.sh | ||
| LICENSE | ||
| loongarch64-unknown-linux-musl.sh | ||
| mips64-unknown-linux-musl.sh | ||
| powerpc64le-unknown-linux-musl.sh | ||
| README.md | ||
| riscv64-unknown-linux-musl.sh | ||
| s390x-unknown-linux-musl.sh | ||
| x86_64-unknown-linux-musl.sh | ||
Raiden
A GCC cross-compiler targeting Linux musl.
What is this?
This is a GCC cross-compiler targeting Linux musl. You can use it to create fully statically linked binaries that work on any Linux distro, or dynamically linked binaries suitable for use in Linux distros based on musl libc, such as Alpine Linux and Void Linux.
Releases
You can obtain releases from the releases page. Precompiled binaries are available for most platforms, except Windows.