Lines Matching refs:target_cpu
75 target_cpu = _info.get('target_cpu')
76 if target_os is None or target_cpu is None:
78 "target_os or target_cpu is None."
80 arch = "{}_{}".format(target_os, target_cpu)
90 target_cpu = _info.get('target_cpu')
91 if target_os is None or target_cpu is None:
93 "target_os or target_cpu is None."
95 arch = "{}_{}".format(target_os, target_cpu)