mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-16 22:46:51 +08:00

* compile locally this test in the no-rpath test * add tests for prebuilt no-rpath binaries on various ELF platforms => ia64 does not work, probably a bug in patchelf. Marking it as XFAIL for now
7 lines
72 B
C
7 lines
72 B
C
#include <stdio.h>
|
|
|
|
int main() {
|
|
printf("Hello world\n");
|
|
return 0;
|
|
}
|