https://github.com/amanoteam/raiden
A GCC cross-compiler targeting Linux musl
https://github.com/amanoteam/raiden
c cpp cross-compiler gcc linux musl
Last synced: 2 months ago
JSON representation
A GCC cross-compiler targeting Linux musl
- Host: GitHub
- URL: https://github.com/amanoteam/raiden
- Owner: AmanoTeam
- License: lgpl-3.0
- Created: 2023-04-13T00:19:45.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-13T06:11:16.000Z (over 1 year ago)
- Last Synced: 2025-03-13T06:28:35.635Z (over 1 year ago)
- Topics: c, cpp, cross-compiler, gcc, linux, musl
- Language: Shell
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# musl-gcc-cross
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
The current release is based on GCC 15 and supports cross-compiling for the `x86`, `x86_64`, `loongarch`, `powerpc`, `s390x`, `mips`, `riscv64`, `arm`, and `aarch64` targets. The toolchain includes support for the C and C++ frontends.
You can download the prebuilt toolchains from the [releases](https://github.com/AmanoTeam/Raiden/releases) page.