Lines Matching +full:x86 +full:- +full:windows
22 host_platform = 'windows'
32 'x86': 'x86',
33 'i386': 'x86',
34 'i486': 'x86',
35 'i586': 'x86',
36 'i686': 'x86',
37 'BePC': 'x86',
38 'Intel': 'x86',
58 host_machine = 'x86'
68 if target_platform == 'windows' and host_platform != 'windows':
69 default_machine = 'x86'
79 if target_platform != 'windows' and \
80 subprocess.call(['llvm-config', '--version'],
103 opts.Add(EnumOption('machine', 'use machine-specific assembly code',
105 allowed_values=('generic', 'ppc', 'x86', 'x86_64')))
108 'linux', 'sunos', 'windows')))
122 if host_platform == 'windows':