mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
8b2f4200cf
We were writing in text mode. Patch by Greg Bedwell. llvm-svn: 191985
7 lines
172 B
INI
7 lines
172 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']:
|
|
config.unsupported = True
|