tools-lineage: Add prebuilt patchelf v0.9

* Seems newer versions can corrupt binaries
* Commit 44b7f95

* Compiled using official commands list
* https://github.com/NixOS/patchelf#compiling-and-testing
* Then for linux-x86 statically relinked with:
gcc -Os -Wall -fexceptions -pthread -o patchelfstatic src/patchelf.o -static -lstdc++
(macOS same was done, minus -static)


Co-authored-by: Nolen Johnson <johnsonnolen@gmail.com>
Change-Id: I0506a028e597b4934383b027450c6a7780ebb0ff
2 files changed
tree: 3420e270b9e7c3ad587660e790b3f2cbe778f031
  1. common/
  2. darwin-x86/
  3. linux-x86/