Small and reliable pre-built GCC8 toolchains for many architectures.
Cross (x86_64-hosted) by default. Native for completeness.
Static so they run on supported platforms without dependencies.
This site is even curl-friendly for direct links to toolchains!
$ curl -s musl.cc | grep mips https://musl.cc/mips-linux-musl-cross.tgz ...
Toolchains are built1 using several modified versions (see below) of
musl-cross-make.
For your convenience, Docker images2 are also provided and updated regularly:
$ docker pull muslcc/x86_64:aarch64-linux-musleabiCompiler prefixes are removed in those images and they're
rsync
'd to root.
Many thanks to others in the #musl and associated communities for making this effort possible.
In particular,
Rob Landley,
Laurent Bercot (skarnet), and of course
Rich Felker (dalias).
config.mak
]config.mak
] 7config.mak
)
]config.mak
)
(7.3.0=source/config.mak
)
]
Toolchains:
Toolchains support the following languages:
C,
C++,
Fortran
except where noted3.
They are cryptographically signed with the following key:
0xB1D0B4566FBBDB40
Looking for non-x86_64 toolchains? click here! Something else? Contact me.