Skip to content

cmSystemTools: Support multiple binary formats

This prepares the code to handle both the ELF and XCOFF being enabled by trying to parse an ELF file first and if that fails falling back to XCOFF.

Merge request reports