Home
last modified time | relevance | path

Searched refs:host_cpu (Results 1 – 9 of 9) sorted by relevance

/build/scripts/
Dcheck_mac_system_and_cpu.py43 host_cpu = res[2].strip().decode().split("brand_string:")[-1]
44 if "M1" in host_cpu:
46 elif "M2" in host_cpu:
/build/
Dprebuilts_download.sh92 host_cpu=arm64
95 host_cpu=x86_64
168 cpu="--host-cpu $host_cpu"
218 if [[ "$host_cpu" == "arm64" ]]; then
220 elif [[ "$host_cpu" == "x86_64" ]]; then
223 echo "Error: unrecognized CPU '$host_cpu' for Darwin"
Dprebuilts_download.py312 host_cpu = args.host_cpu
332 copy_config = config_info.get(host_platform).get(host_cpu).get('copy_config')
335 install_config = config_info.get(host_platform).get(host_cpu).get('install')
337 linux_copy_config = config_info.get(host_platform).get(host_cpu).get('linux_copy_config')
340 darwin_copy_config = config_info.get(host_platform).get(host_cpu).get('darwin_copy_config')
/build/toolchain/
Dmini_debug_info.py35 host_cpu = platform.uname().machine.lower()
37 root_path, 'prebuilts/clang/ohos', host_platform + '-' + host_cpu, 'llvm/bin')
/build/config/c++/
Dc++.gni15 use_custom_libcxx || (use_custom_libcxx_for_host && current_cpu == host_cpu)
/build/ohos/sdk/
Dsdk.gni40 if (host_cpu == "arm64") {
47 if (host_cpu == "arm64") {
/build/config/
DBUILDCONFIG.gn36 # - host_os, host_cpu, host_toolchain
58 host_cpu = "arm64"
176 target_cpu = host_cpu
328 if (host_cpu == "arm64") {
418 host_toolchain = "//build/toolchain/linux:clang_$host_cpu"
420 host_toolchain = "//build/toolchain/linux:clang_$host_cpu"
422 host_toolchain = "//build/toolchain/linux:$host_cpu"
425 host_toolchain = "//build/toolchain/mac:clang_$host_cpu"
434 host_toolchain = "//build/toolchain/win:win_clang_$host_cpu"
436 host_toolchain = "//build/toolchain/win:$host_cpu"
/build/ohos/ndk/
Dndk_targets.gni138 if (host_cpu == "arm64") {
147 if (host_cpu == "arm64") {
/build/docs/
D编译构建调试文档.md240 host_cpu
242 (Internally set; try `gn help host_cpu`.)