• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1if not ('X86' in config.root.targets):
2    # We need support for X86.
3    config.unsupported = True
4
5config.suffixes.add('.asm')
6