1if not "X86" in config.root.targets: 2 config.unsupported = True 3if not "VE" in config.root.targets: 4 config.unsupported = True 5
1if not "X86" in config.root.targets: 2 config.unsupported = True 3if not "VE" in config.root.targets: 4 config.unsupported = True 5