In a Linux host with both libc-dev and musl-dev installed, how should the user hint to the C compiler which of these to target?
According to musl site, the best way is to use musl-gcc (which is just called gcc in Alpine Linux).
musl-gcc
gcc
According to musl site, the best way is to use
musl-gcc
(which is just calledgcc
in Alpine Linux).