1if any(target in config.target_triple for target in ('aix', 'zos')):
2  config.unsupported = True
3