Lines Matching refs:target_cpu
24 assert(current_os == target_os && current_cpu == target_cpu,
72 } else if (target_os == "mac" && target_cpu == "x64") {
74 } else if (target_os == "mac" && target_cpu == "x86") {
76 } else if (target_os == "linux" && target_cpu == "arm64") {
78 } else if (target_os == "linux" && target_cpu == "x64") {
80 } else if (target_os == "linux" && target_cpu == "x86") {
82 } else if (target_os == "android" && target_cpu == "arm64") {
84 } else if (target_os == "android" && target_cpu == "arm") {
86 } else if (target_os == "android" && target_cpu == "x86") {
88 } else if (target_os == "android" && target_cpu == "x64") {
92 "Unsupported cross-compilation for ${target_os}-${target_cpu}")