karalabe / xgo

Go CGO cross compiler
MIT License
2.14k stars 279 forks source link

musl targets #183

Open mcandre opened 4 years ago

mcandre commented 4 years ago

Could we get musl/Linux targets going? For example, Alpine Linux, Void Linux, or OpenWrt. That way, our Go apps can deploy in more lean environments!

And it would be good to use a "gnu" distinguished name for the (GNU) Linux targets.

mcandre commented 3 years ago

This may not be necessary. Go likes to bundle libraries into the binary. I think that would include cgo native libraries.