if not config.target_triple:
    config.unsupported = True
elif 'xcore' in config.target_triple:
    config.unsupported = True
