Lines Matching refs:supported
51 #error "Host architecture was not detected as supported by v8"
95 #error Target architecture was not detected as supported by v8
136 // Check for supported combinations of host and target architectures.
138 #error Target architecture ia32 is only supported on ia32 host
142 #error Target architecture x64 is only supported on x64 host
146 #error Target architecture x32 is only supported on x64 host with x32 support
149 #error Target architecture arm is only supported on arm and ia32 host
152 #error Target architecture arm64 is only supported on arm64 and x64 host
155 #error Target architecture mips is only supported on mips and ia32 host
158 #error Target architecture mips64 is only supported on mips64 and x64 host