OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:host_arch
(Results
1 - 7
of
7
) sorted by null
/development/testrunner/
android_build.py
55
The triple (HOST_OS,
HOST_ARCH
, HOST_OS-
HOST_ARCH
).
68
host_arch
= re.search("
HOST_ARCH
=(\w+)", config).group(1)
69
if not (host_os and
host_arch
):
72
return (host_os,
host_arch
, "%s-%s" % (host_os,
host_arch
))
/external/openssl/
Apps-config.mk
121
ifeq ($(HOST_OS)-$(
HOST_ARCH
),linux-x86)
122
host_arch
:= x86
macro
124
host_arch
:= unknown_arch
macro
127
host_c_flags := $(common_c_flags) $($(
host_arch
)_c_flags) $(local_c_flags)
129
host_src_files := $(common_src_files) $($(
host_arch
)_src_files)
130
host_src_files := $(filter-out $($(
host_arch
)_exclude_files), $(host_src_files))
Ssl-config.mk
116
ifeq ($(HOST_OS)-$(
HOST_ARCH
),linux-x86)
117
host_arch
:= x86
macro
119
host_arch
:= unknown_arch
macro
122
host_c_flags := $(common_c_flags) $($(
host_arch
)_c_flags) $(local_c_flags)
124
host_src_files := $(common_src_files) $($(
host_arch
)_src_files)
125
host_src_files := $(filter-out $($(
host_arch
)_exclude_files), $(host_src_files))
import_openssl.sh
326
ifeq (\$(HOST_OS)-\$(
HOST_ARCH
),linux-x86)
327
host_arch
:= x86
329
host_arch
:= unknown_arch
332
host_c_flags := \$(common_c_flags) \$(\$(
host_arch
)_c_flags) \$(local_c_flags)
334
host_src_files := \$(common_src_files) \$(\$(
host_arch
)_src_files)
335
host_src_files := \$(filter-out \$(\$(
host_arch
)_exclude_files), \$(host_src_files))
Crypto-config.mk
674
ifeq ($(HOST_OS)-$(
HOST_ARCH
),linux-x86)
675
host_arch
:= x86
macro
677
host_arch
:= unknown_arch
macro
680
host_c_flags := $(common_c_flags) $($(
host_arch
)_c_flags) $(local_c_flags)
682
host_src_files := $(common_src_files) $($(
host_arch
)_src_files)
683
host_src_files := $(filter-out $($(
host_arch
)_exclude_files), $(host_src_files))
/external/llvm/test/
lit.site.cfg.in
19
config.
host_arch
= "@
HOST_ARCH
@"
/external/llvm/
configure
677
HOST_ARCH
[
all
...]
Completed in 515 milliseconds