Lines Matching +full:x86 +full:- +full:windows
29 'x86': 'x86',
30 'i386': 'x86',
31 'i486': 'x86',
32 'i586': 'x86',
33 'i686': 'x86',
34 'BePC': 'x86',
35 'Intel': 'x86',
56 if target_platform == 'windows' and host_platform != 'windows':
57 default_machine = 'x86'
67 if target_platform != 'windows' and \
68 subprocess.call(['llvm-config', '--version'],
91 opts.Add(EnumOption('machine', 'use machine-specific assembly code',
93 allowed_values=('generic', 'ppc', 'x86', 'x86_64')))
96 'linux', 'sunos', 'windows')))
111 'enable floating-point textures and renderbuffers',
114 if host_platform == 'windows':