1if config.root.host_arch not in ["x86_64", "amd64"]:2 config.unsupported = True3 4if config.target_arch not in ["x86_64", "amd64"]:5 config.unsupported = True6