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