oxalica / rust-overlay

Pure and reproducible nix overlay of binary distributed rust toolchains
MIT License
960 stars 57 forks source link

mk-component-set: wrap gcc-ld/ld.lld instead of multicall rust-lld #174

Closed oxalica closed 6 months ago

oxalica commented 6 months ago

Other flavor dispatchers may use different CLI (eg. MSVC 'link' style) and our wrapper cannot handle all of them. They are usually used for exotic targets like UEFI or WASM ones, where Nix libraries cannot be used without manual configuration anyway.

Fixes #173