You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#54402 - bgermann:master, r=alexcrichton
Use no_default_libraries for all NetBSD flavors
The no_default_libraries was introduced in rust-lang#28578 because the
NetBSD-based rumprun needed to disable the link flag.
This moves the definition to be used by all NetBSD linker flavors to
closerust-lang#49627.
A different solution would be adding -lc but as there is no platform
with explicit -lc, this approach is used.
0 commit comments