A few Makefiles overrode LINKS and MLINKS when WITH_LLVM_BINUTILS was
set, which caused e.g. the llvm-ranlib link to disappear. Use += when
adding WITH_LLVM_BINUTILS LINKS and MLINKS.
Thanks jbeich for spotting the issue.
PR: 270955, 270956, 270959
Fixes: 021385aba562 ("Add WITH_LLVM_BINUTILS to install LLVM binuti...")
Sponsored by: The FreeBSD FoundationDetails
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
llvm-symbolizer had the same issue; nm and size did not have other LINKS, but do the same there for consistency