When using LLVM+clang+lld on PowerPC64, ld.bfd is also needed,
to link 32-bit binaries correctly, as lld support for 32-bit is
still minimal.
This change enables it to be built and installed when lld is used.
Details
Details
- Reviewers
jhibbits - Commits
- rS347992: [PPC] Enable build/install of ld.bfd on base
A full build and install was performed.
This confirmed that ld.bfd was properly installed and that /usr/bin/ld links to ld.lld when lld is used, as expected.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This looks fine to me. Hoping we can obliterate GNU ld before too long, even on 32-bit.