Home | History | Annotate | Download | only in scons

Lines Matching full:machine

110     # Tell tools which machine to compile for
111 env['TARGET_ARCH'] = env['machine']
112 env['MSVS_ARCH'] = env['machine']
146 if env['msvc'] and env['toolchain'] == 'default' and env['machine'] == 'x86_64':
151 machine = env['machine']
153 x86 = env['machine'] == 'x86'
154 ppc = env['machine'] == 'ppc'
165 host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _platform.machine()))
177 if machine == 'x86_64' and host_machine != 'x86_64':
217 if env['machine'] != 'generic':
218 build_subdir += '-' + env['machine']
333 if env['machine'] == 'x86':
367 if env['machine'] == 'x86_64':
422 if env['machine'] == 'x86':
450 if env['machine'] == 'x86':
452 if env['machine'] == 'x86_64':
459 if env['machine'] == 'x86':
461 if env['machine'] == 'x86_64':