blob: 55b3963f60312e476f80b7ca39bd4dc0e1117b4f [file] [log] [blame]
if not ("AArch64" in config.root.targets):
# We need support for AArch64.
config.unsupported = True
elif not ("aarch64" in config.root.host_triple):
# We need to be running on an PPC host.
config.unsupported = True