summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/file-RPATH
Commit message (Collapse)AuthorAgeFilesLines
* file: Add undocumented RPATH_SET commandKyle Edwards2021-06-041-0/+37
|
* AIX: Enable XCOFF editing to replace RPATH on installationBrad King2021-02-032-0/+11
| | | | Avoid relinking before installation.
* Tests: Add sample XCOFF binariesBrad King2021-02-032-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 caseBrad King2021-02-037-0/+78