Searched defs:host_machine (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/
H A Dcommon.py46 # find host_machine value
48 host_machine = os.environ['PROCESSOR_ARCHITECTURE'] variable
50 host_machine = _platform.machine() variable
51 host_machine = _machine_map.get(host_machine, 'generic') variable
53 default_machine = host_machine

Completed in 73 milliseconds