mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 19:31:58 +00:00
656d2f8e07
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191836 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
192 B
INI
7 lines
192 B
INI
targets = set(config.root.targets_to_build.split())
|
|
if not 'X86' in targets:
|
|
config.unsupported = True
|
|
|
|
if config.root.host_os in ['Cygwin', 'MingW', 'Windows']:
|
|
config.unsupported = True
|