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