Searched defs:ARCHES (Results 1 - 4 of 4) sorted by relevance

/external/v8/
H A DMakefile101 # - any arch listed in ARCHES (see below)
109 # - "<arch>.clean" for any <arch> in ARCHES
110 # - "clean": clean all ARCHES
116 ARCHES = ia32 x64 arm mips macro
125 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
126 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
133 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
134 $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES)) \
140 # Compile targets. MODES and ARCHES ar
[all...]
/external/chromium_org/v8/
H A DMakefile205 # - any arch listed in ARCHES (see below)
214 # - "<arch>.clean" for any <arch> in ARCHES
215 # - "clean": clean all ARCHES
221 ARCHES = ia32 x64 arm mipsel macro
237 # Generates all combinations of ARCHES and MODES, e.g. "ia32.release".
238 BUILDS = $(foreach mode,$(MODES),$(addsuffix .$(mode),$(ARCHES)))
252 $(ARCHES) $(MODES) $(BUILDS) $(CHECKS) $(addsuffix .clean,$(ARCHES)) \
253 $(addsuffix .check,$(MODES)) $(addsuffix .check,$(ARCHES)) \
272 # Compile targets. MODES and ARCHES ar
[all...]
/external/chromium_org/native_client_sdk/src/tools/
H A Dnacl_gcc.mk144 # ARCHES in the environment to control this.
155 ARCHES = ${NACL_ARCH} macro
157 ARCHES ?= ${VALID_ARCHES} macro
178 ifneq (,$(findstring x86_32,$(ARCHES)))
195 ifneq (,$(findstring x86_64,$(ARCHES)))
237 ifneq (,$(findstring x86_32,$(ARCHES)))
252 ifneq (,$(findstring x86_64,$(ARCHES)))
266 ifneq (,$(findstring arm,$(ARCHES)))
295 ifneq (,$(findstring x86_32,$(ARCHES)))
302 ifneq (,$(findstring x86_64,$(ARCHES)))
[all...]
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_support_extension/
H A Dpnacl_component_crx_gen.py50 ARCHES = ['x86-32', 'x86-64', 'arm'] variable
53 return arch in ARCHES

Completed in 192 milliseconds