blob: 6c49f08b7496de4427c088baafd0bb242b8a42ac [file] [log] [blame]
Eli Bendersky0f0c4112012-02-16 06:28:33 +00001config.suffixes = ['.s']
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 'X86' in targets:
5 config.unsupported = True
6