2013-03-19 04:31:44 +08:00
|
|
|
config.suffixes = ['.ll', '.c', '.cpp', '.test']
|
2012-02-16 14:28:33 +08:00
|
|
|
|
2012-03-25 17:02:19 +08:00
|
|
|
targets = set(config.root.targets_to_build.split())
|
2012-02-16 14:28:33 +08:00
|
|
|
if not 'Sparc' in targets:
|
|
|
|
config.unsupported = True
|
|
|
|
|