Instead of providing no /usr/bin/objdump when LLVM_BINUTILS is false.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I'm not sure if it's better to install as llvm-objdump (and llvm-objdump.1) and have links, or just avoid the llvm- prefixed versions and install only as objdump.
Comment Actions
Since these are hard links (?) it isn't easily visible for an end-user which objdump they are running. Well, unless they try --version or something like that. The only reason for keeping this stuff might be if this is ever backported to a branch which still has the old binutils, but I think it's only stable/12 now, maybe ?
Comment Actions
Oh, hm I thought it was duplicated in OptionalObsoleteFiles.inc but I'm mistaken.
There is a section .if ${MK_CLANG} == no && ${MK_LLVM_BINUTILS} == no