|
|
|
|
|
by IshKebab
3432 days ago
|
|
Most apps written in Go do, example: https://github.com/zyedidia/micro/releases It's because Go doesn't use gcc or LLVM for linking - it has its own built in linker that doesn't depend on the host system, so cross-compiling is totally trivial. I have no idea why gcc wasn't written like that. |
|