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.
Details
Details
- Reviewers
mat - Group Reviewers
portmgr - Commits
- R11:a01528793ea6: bsd.port.mk: remove unused base system binutils support
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Mk/bsd.port.mk | ||
---|---|---|
1874 | could maybe drop the condition as well, always force USE_BINUTILS=yes here |
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. |
Comment Actions
Assuming you tested this, and you probably know better than me what this actually does ๐