2012-02-16 06:28:33 +00:00
|
|
|
config.suffixes = ['.ll', '.c', '.cpp', '.s']
|
2012-03-09 14:52:38 +00:00
|
|
|
|
2012-12-13 02:03:46 +00:00
|
|
|
targets = set(config.root.targets_to_build.split())
|
2012-03-09 14:52:38 +00:00
|
|
|
if not 'X86' in targets:
|
|
|
|
config.unsupported = True
|