thinkski / osx-arm-linux-toolchains

Pre-built ARM/Linux C cross-compilers for MacOS
https://thinkski.github.io/osx-arm-linux-toolchains
MIT License
123 stars 4 forks source link

Musl support #4

Open jiayihu opened 3 years ago

jiayihu commented 3 years ago

So here is some interest in the musl versions 😄 I'd need them for Alpine Linux

thinkski commented 3 years ago

Glad to hear there's interest. 32/64 bit? hard-float or no? arm version? There isn't anything Alpine specific pertaining to this request is there?

jiayihu commented 3 years ago

aarch64-unknown-linux-musl is the target I'd need, to compile it for Alpine Linux con ARM64 Raspberry Pi 3B+, which should have hard-float since it's ARMv8 IIRC

jiayihu commented 3 years ago

I'm currently using cross, which works actually pretty well considering the challenge but compiling in Docker is extremely slow (sigh).