selecting between multiple tools (objdumps)
Running diffoscope on things like Android images will typically require ARM-aware utilities.
It's significantly easier to install LLVM than multiple GNU toolchains for working with multiple architectures. In any case, with multiple flavours of objdump installed, I'd like to be able to tell diffoscope which one to use.
It is possible to ln -snf $(which llvm-objdump-16) "$HOME"/bin/objdump where "$HOME"/bin is in my path, but that's a bit of a big hammer.
Edited  by Giuliano Procida