1if config.root.host_arch not in ["AMD64", "x86_64"]: 2 config.unsupported = True 3 4if config.target_arch not in ["AMD64", "x86_64"]: 5 config.unsupported = True 6