Searched refs:host_machine (Results 1 – 4 of 4) sorted by relevance
48 host_machine = os.environ['PROCESSOR_ARCHITECTURE'] variable50 host_machine = _platform.machine() variable51 host_machine = _machine_map.get(host_machine, 'generic') variable53 default_machine = host_machine
109 host_env['machine'] = common.host_machine
165 …host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _…166 host_machine = {175 }.get(host_machine, 'generic')177 if machine == 'x86_64' and host_machine != 'x86_64':
297 host_machine = platform.uname()[4]317 toolchain_path, 'prebuilt', '%s-%s' % (host_os, host_machine), 'bin',