if not ("PowerPC" in config.root.targets):
# We need support for PowerPC.
config.unsupported = True
elif not ("powerpc" in config.root.host_triple):
# We need to be running on an PPC host.
config.unsupported = True
if not ("PowerPC" in config.root.targets):
# We need support for PowerPC.
config.unsupported = True
elif not ("powerpc" in config.root.host_triple):
# We need to be running on an PPC host.
config.unsupported = True