A GCC cross-compiler targeting Linux musl
Find a file
2025-12-06 19:03:11 -03:00
.github/workflows Import upstream changes from OBGGCC 2025-12-06 19:03:11 -03:00
patches Import upstream changes from OBGGCC 2025-12-06 19:03:11 -03:00
submodules Import upstream changes from OBGGCC 2025-12-06 19:03:11 -03:00
tools Import upstream changes from OBGGCC 2025-12-06 19:03:11 -03:00
.editorconfig Initial commit 2023-04-12 21:22:16 -03:00
.gitattributes Initial commit 2023-04-12 21:22:16 -03:00
.gitmodules Build all cross-compilers with OBGGCC 2023-05-31 14:16:06 -03:00
aarch64-unknown-linux-musl.sh Update to GCC 14.1.0 2024-05-31 16:26:59 -03:00
arm-unknown-linux-musleabihf.sh Update to GCC 14.1.0 2024-05-31 16:26:59 -03:00
armv7l-unknown-linux-musleabihf.sh Update to GCC 14.1.0 2024-05-31 16:26:59 -03:00
build.sh Import upstream changes from OBGGCC 2025-12-06 19:03:11 -03:00
i386-unknown-linux-musl.sh Update to GCC 14.1.0 2024-05-31 16:26:59 -03:00
LICENSE Initial commit 2023-04-12 21:22:16 -03:00
loongarch64-unknown-linux-musl.sh Add support to loongarch64 2025-07-17 23:40:34 -03:00
mips64-unknown-linux-musl.sh Update to GCC 14.1.0 2024-05-31 16:26:59 -03:00
powerpc64le-unknown-linux-musl.sh Try compiling things with -O2 and -flto 2025-03-02 17:40:04 -03:00
README.md Update README 2025-09-27 22:26:56 -03:00
riscv64-unknown-linux-musl.sh Update to GCC 14.1.0 2024-05-31 16:26:59 -03:00
s390x-unknown-linux-musl.sh Try compiling things with -O2 and -flto 2025-03-02 17:40:04 -03:00
x86_64-unknown-linux-musl.sh Update to GCC 14.1.0 2024-05-31 16:26:59 -03:00

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.