1if config.root.host_arch != "loongarch64":2 config.unsupported = True3 4if config.target_arch != "loongarch64":5 config.unsupported = True6