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