2013-08-16 00:37:11 +00:00
|
|
|
if config.root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
|
2012-11-19 17:57:07 +00:00
|
|
|
config.unsupported = True
|
|
|
|
|
2013-08-16 00:37:11 +00:00
|
|
|
if 'hexagon' in config.root.target_triple:
|
2013-03-25 20:02:14 +00:00
|
|
|
config.unsupported = True
|