Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file: Add undocumented RPATH_SET command | Kyle Edwards | 2021-06-04 | 1 | -0/+37 |
| | |||||
* | AIX: Enable XCOFF editing to replace RPATH on installation | Brad King | 2021-02-03 | 2 | -0/+11 |
| | | | | Avoid relinking before installation. | ||||
* | Tests: Add sample XCOFF binaries | Brad King | 2021-02-03 | 2 | -0/+0 |
| | | | | | | | | | | | Generate the binaries as follows: $ cat main.c int main(void) { return 0; } $ xlc -q64 -o xcoff64.bin -Wl,-blibpath:/sample/rpath:/usr/lib:/lib main.c $ strip -X 64 xcoff64.bin $ xlc -q32 -o xcoff32.bin -Wl,-blibpath:/sample/rpath:/usr/lib:/lib main.c $ strip -X 32 xcoff32.bin | ||||
* | Tests: Convert CMake.ELF to RunCMake.file-RPATH ELF case | Brad King | 2021-02-03 | 7 | -0/+78 |