blob: 6be98bdd7d54ecad62e706ebfc6f9b5f899a269b [file] [log] [blame]
if not ('X86' in config.root.targets):
# We need support for X86.
config.unsupported = True
elif not ('x86_64' in config.root.host_triple):
# We need to be running on an X86 host.
config.unsupported = True