mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-10 08:38:59 +00:00
Tests: Add sample XCOFF binaries
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
This commit is contained in:
BIN
Tests/RunCMake/file-RPATH/XCOFF/xcoff32.bin
Normal file
BIN
Tests/RunCMake/file-RPATH/XCOFF/xcoff32.bin
Normal file
Binary file not shown.
BIN
Tests/RunCMake/file-RPATH/XCOFF/xcoff64.bin
Normal file
BIN
Tests/RunCMake/file-RPATH/XCOFF/xcoff64.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user