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
diff --git a/darwin-x86/bin/patchelf b/darwin-x86/bin/patchelf
new file mode 100755
index 0000000..29f1db4
--- /dev/null
+++ b/darwin-x86/bin/patchelf
Binary files differ
diff --git a/linux-x86/bin/patchelf b/linux-x86/bin/patchelf
new file mode 100755
index 0000000..68374d8
--- /dev/null
+++ b/linux-x86/bin/patchelf
Binary files differ