Eli Bendersky | 0f0c411 | 2012-02-16 06:28:33 +0000 | [diff] [blame] | 1 | config.suffixes = ['.ll', '.c', '.cpp'] |
2 | |||||
Eli Bendersky | cc85160 | 2012-03-25 09:02:19 +0000 | [diff] [blame^] | 3 | targets = set(config.root.targets_to_build.split()) |
Eli Bendersky | 0f0c411 | 2012-02-16 06:28:33 +0000 | [diff] [blame] | 4 | if not 'Mips' in targets: |
5 | config.unsupported = True | ||||
6 |