cmake (3.27.7)

(root)/
share/
cmake-3.27/
Modules/
Platform/
AIX-XL-C.cmake
include(Platform/AIX-XL)
__aix_compiler_xl(C)

# -qhalt=e       = Halt on error messages (rather than just severe errors)
string(APPEND CMAKE_C_FLAGS_INIT " -qhalt=e")