OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RC_ARCHS
(Results
1 - 3
of
3
) sorted by null
/external/llvm/utils/buildit/
GNUmakefile
21
RC_ARCHS
:= ppc i386
22
HOSTS = $(
RC_ARCHS
)
23
targets = echo $(
RC_ARCHS
)
64
$(SRC)/utils/buildit/build_llvm "$(
RC_ARCHS
)" "$(TARGETS)" \
/external/compiler-rt/make/
AppleBI.mk
71
$(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(filter-out armv4t,$(
RC_ARCHS
)), \
93
$(SYMROOT)/libcompiler_rt-static.a : $(foreach arch,$(
RC_ARCHS
), \
108
$(SYMROOT)/libcompiler_rt-dyld.a : $(foreach arch,$(
RC_ARCHS
), \
/external/compiler-rt/make/platform/
darwin_bni.mk
6
# We override this with
RC_ARCHS
because B&I may want to build on an ARCH we
9
UniversalArchs := $(
RC_ARCHS
)
Completed in 48 milliseconds