mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2024-11-18 23:05:00 +00:00
4 lines
109 B
INI
4 lines
109 B
INI
targets = set(config.root.targets_to_build.split())
|
|
if not 'XCore' in targets:
|
|
config.unsupported = True
|