These features are available in all supported linkers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Would it make sense to test this somewhere on top level, and refuse to start the buildworld and buildkernel?
I am thinking about adding support for other linkers, that do appear. E.g. mold.
Comment Actions
Would it make sense to test this somewhere on top level, and refuse to start the buildworld and buildkernel?
I suppose, although I think the two features here (build-id and ifunc) are "table stakes" for any linker to be a credible alternative to GNU ld (like mold). I imagine such a check would mainly serve as a small hurdle (e.g. Error: unknown linker mold) when trying a new linker.