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
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.
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.
I'm not a NetBSD user so I can't help too much, but here's what travis says: https://travis-ci.org/mattico/test-netbsd/jobs/361710278
I suppose this could also be a bug in
cross
but this error started with 1.25, so I don't think so...Possibly related to #45084
The text was updated successfully, but these errors were encountered: