Home | History | Annotate | Download | only in ARM
      1 if not 'ARM' in config.root.targets:
      2     config.unsupported = True
      3 if not 'AArch64' in config.root.targets:
      4     config.unsupported = True
      5 
      6 config.suffixes = ['.test', '.cpp', '.c']
      7 
      8