Page MenuHomeFreeBSD

bsd.port.mk: remove unused base system binutils support
ClosedPublic

Authored by emaste on Jul 17 2024, 8:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jan 10, 5:18 PM
Unknown Object (File)
Wed, Jan 8, 7:57 AM
Unknown Object (File)
Nov 16 2024, 12:53 PM
Unknown Object (File)
Nov 6 2024, 12:21 PM
Unknown Object (File)
Nov 5 2024, 8:25 AM
Unknown Object (File)
Oct 3 2024, 8:02 PM
Unknown Object (File)
Sep 24 2024, 5:07 AM
Unknown Object (File)
Sep 14 2024, 10:21 PM
Subscribers

Details

Summary
GNU binutils 2.17.50 was removed from the base system (for all archs)
prior to FreeBSD 13.0.  Remove ports support for base system ld.bfd.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
emaste added inline comments.
Mk/bsd.port.mk
1874

could maybe drop the condition as well, always force USE_BINUTILS=yes here

rene added inline comments.
Mk/bsd.port.mk
1874

Yes, because the code boils down to:

. if !defined(USE_BINUTILS)
USE_BINUTILS=yes
. endif

so USE_BINUTILS=yes always holds now anyway.

mat added a subscriber: mat.

Assuming you tested this, and you probably know better than me what this actually does ๐Ÿ˜‡

This revision is now accepted and ready to land.Jul 19 2024, 5:44 AM