Page MenuHomeFreeBSD

bsd.linker.mk: Retire support for binutils 2.17.50
ClosedPublic

Authored by emaste on Mar 5 2026, 7:04 PM.
Tags
None
Referenced Files
F167076387: D55674.id173214.diff
Tue, Aug 18, 9:20 PM
Unknown Object (File)
Tue, Aug 18, 1:37 PM
Unknown Object (File)
Tue, Aug 18, 12:34 PM
Unknown Object (File)
Mon, Aug 17, 6:06 AM
Unknown Object (File)
Sun, Aug 16, 4:23 AM
Unknown Object (File)
Thu, Aug 13, 1:09 AM
Unknown Object (File)
Wed, Aug 12, 10:58 AM
Unknown Object (File)
Wed, Aug 12, 9:01 AM
Subscribers

Details

Summary
GNU binutils 2.17.50 is the last GPLv2 version, and we retained support
in FreeBSD while it was part of the in-tree toolchain.  The last parts
of binutils 2.17.50 were removed in commit 74e8d41e0ac8 ("Retire
BINUTILS and BINUTILS_BOOTSTRAP options") so there is no longer a need
for the build infrastructure.

Diff Detail

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

Event Timeline

emaste requested review of this revision.Mar 5 2026, 7:04 PM
emaste added inline comments.
share/mk/bsd.linker.mk
107–109

I've left these defined unconditionally for now as they may be tested by 3rd party Makefiles. We can remove the in-tree tests for them though, and probably drop them later on.

This revision is now accepted and ready to land.Mar 5 2026, 7:52 PM