1if not config.target_triple:2 config.unsupported = True3elif config.target_triple.startswith(("nvptx", "xcore")):4 config.unsupported = True5