1if not config.target_triple:
2    config.unsupported = True
3elif 'xcore' in config.target_triple:
4    config.unsupported = True
5