2013-03-18 21:31:44 +01:00
|
|
|
config.suffixes = ['.ll', '.c', '.cpp', '.test']
|
2012-02-16 07:28:33 +01:00
|
|
|
|
2012-03-25 11:02:19 +02:00
|
|
|
targets = set(config.root.targets_to_build.split())
|
2012-02-16 07:28:33 +01:00
|
|
|
if not 'Mips' in targets:
|
|
|
|
config.unsupported = True
|
|
|
|
|