mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +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
|
||
|
|