1config.suffixes = ['.ll', '.c', '.cpp', '.s'] 2 3targets = set(config.root.targets_to_build.split()) 4if not 'Mips' in targets: 5 config.unsupported = True 6 7
1config.suffixes = ['.ll', '.c', '.cpp', '.s'] 2 3targets = set(config.root.targets_to_build.split()) 4if not 'Mips' in targets: 5 config.unsupported = True 6 7