blob: 0587d3243e6b207053f1f35682465c333d1726f4 [file] [log] [blame]
Eli Bendersky0f0c4112012-02-16 06:28:33 +00001config.suffixes = ['.ll', '.c', '.cpp']
2
Eli Benderskycc851602012-03-25 09:02:19 +00003targets = set(config.root.targets_to_build.split())
Eli Bendersky0f0c4112012-02-16 06:28:33 +00004if not 'Mips' in targets:
5 config.unsupported = True
6