OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RC_ARCHS
(Results
1 - 5
of
5
) 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)" \
/frameworks/compile/libbcc/runtime/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
)
/external/compiler-rt/make/
AppleBI.mk
64
$(SYMROOT)/libcompiler_rt.dylib: $(foreach arch,$(filter-out armv4t,$(
RC_ARCHS
)), \
87
$(SYMROOT)/libcompiler_rt-static.a : $(foreach arch,$(
RC_ARCHS
), \
102
$(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
)
/frameworks/compile/libbcc/runtime/make/
AppleBI.mk
41
$(SYMROOT)/usr/local/lib/system/libcompiler_rt.a : $(foreach arch,$(
RC_ARCHS
), \
Completed in 466 milliseconds