mirror of
https://github.com/jeremysrand/llvm-65816.git
synced 2026-01-22 15:15:58 +00:00
5 lines
110 B
INI
5 lines
110 B
INI
targets = set(config.root.targets_to_build.split())
|
|
if not 'Sparc' in targets:
|
|
config.unsupported = True
|
|
|