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: 2db1d8ca71a0d83eff9b4597e202e8f4ac61545d
  1. common/
  2. darwin-x86/
  3. linux-x86/