musl-gcc
A wrapper around gcc that automatically sets options for linking against musl libc. All options specified are passed directly to gcc. More information: <https://manned.org/musl-gcc>.
Install
- All systems
-
curl cmd.cat/musl-gcc.sh
- Debian
-
apt-get install musl-tools - Ubuntu
-
apt-get install musl-tools -
Alpine
-
apk add musl - Arch Linux
-
pacman -S musl - Kali Linux
-
apt-get install musl-tools - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install musl-tools - Raspbian
-
apt-get install musl-tools - Docker
-
docker run cmd.cat/musl-gcc musl-gccpowered by Commando
A wrapper around gcc that automatically sets options for linking against musl libc. All options specified are passed directly to gcc. More information: <https://manned.org/musl-gcc>.
-
View documentation for `gcc`:
tldr gcc
© tl;dr; authors and contributors