Home | History | Annotate | Download | only in src

Lines Matching full:architecture

65 // Processor architecture detection.  For more info on what's defined, see:
90 #error Host architecture was not detected as supported by v8
93 // Target architecture detection. This may be set externally. If not, detect
94 // in the same way as the host architecture, that is, target the native
107 #error Target architecture was not detected as supported by v8
113 #error Target architecture ia32 is only supported on ia32 host
116 #error Target architecture x64 is only supported on x64 host
120 #error Target architecture arm is only supported on arm and ia32 host
124 #error Target architecture mips is only supported on mips and ia32 host
151 #error Target architecture is not supported by v8