Page MenuHomeFreeBSD

rescue: Don't explicitly link with libsys
ClosedPublic

Authored by brooks on Feb 7 2024, 3:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 17, 11:18 AM
Unknown Object (File)
Mon, May 6, 7:18 AM
Unknown Object (File)
Sat, Apr 27, 7:52 AM
Unknown Object (File)
Sat, Apr 27, 7:52 AM
Unknown Object (File)
Sat, Apr 27, 7:41 AM
Unknown Object (File)
Sat, Apr 27, 6:15 AM
Unknown Object (File)
Apr 14 2024, 5:37 PM
Unknown Object (File)
Apr 8 2024, 10:33 PM
Subscribers

Details

Summary

libpthread contains the symbols we need when statically linked.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

brooks requested review of this revision.Feb 7 2024, 3:48 PM

Why was this added in the first place? I'd think it would have pulled it in via libc since we don't ask for it not to be included... hence the need not to need it here (so it makes sense to remove it).

This revision is now accepted and ready to land.Feb 7 2024, 7:53 PM
In D43782#998616, @imp wrote:

Why was this added in the first place? I'd think it would have pulled it in via libc since we don't ask for it not to be included... hence the need not to need it here (so it makes sense to remove it).

An earlier incarnation of the that patch failed to link (maybe with gcc12) and I missed that this was still here and test that it wasn't needed when I made last minute improvements to libthr.

This revision was automatically updated to reflect the committed changes.