Page MenuHomeFreeBSD

Remove support for auto-selecting an external binutils.
ClosedPublic

Authored by jhb on Jan 21 2020, 8:42 AM.
Tags
None
Referenced Files
F171895978: D23294.id67163.diff
Mon, Sep 14, 10:13 AM
Unknown Object (File)
Wed, Aug 19, 9:55 PM
Unknown Object (File)
Aug 14 2026, 6:16 AM
Unknown Object (File)
Aug 13 2026, 6:35 PM
Unknown Object (File)
Aug 12 2026, 2:04 PM
Unknown Object (File)
Aug 12 2026, 8:10 AM
Unknown Object (File)
Aug 10 2026, 4:16 PM
Unknown Object (File)
Aug 10 2026, 3:58 PM
Subscribers

Details

Summary

All of the in-tree architectures not supported by in-tree binutils are
supported by lld, so the condition is now always false. It also
didn't fully work since the external binutils are installed into a
directory that uses the host's OS version, not the target OS version.

Test Plan
  • make tinderbox

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28809
Build 26817: arc lint + arc unit

Event Timeline

Glad to see we can get rid of this. Thanks for cleaning it up.

This revision is now accepted and ready to land.Jan 21 2020, 12:15 PM

I've updated my local version of D23124 with this change