/external/chromium_org/build/android/ |
envsetup.sh | 40 host_arch=$(uname -m) 41 case "${host_arch}" in 54 host_arch=x86 58 echo "ERROR: Unsupported host architecture (${host_arch})." 65 toolchain_dir="linux-${host_arch}" 68 toolchain_dir="darwin-${host_arch}"
|
envsetup_functions.sh | 121 host_arch=$(uname -m | sed -e \ 123 DEFINES+=" host_arch=${host_arch}"
|
/external/chromium_org/chrome/installer/linux/sysroot_scripts/ |
install-debian.wheezy.sysroot.py | 62 host_arch = '' 64 host_arch = 'amd64' 66 host_arch = 'i386' 68 # Figure out host arch, like the host_arch variable in build/common.gypi. 71 host_arch = 'amd64' 73 host_arch = 'i386' 74 if host_arch != options.arch:
|
/external/compiler-rt/lib/ |
lit.common.configured.in | 6 config.host_arch = "@HOST_ARCH@"
|
/external/chromium_org/third_party/openssl/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 | 118 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86) 119 host_arch := x86 macro 121 host_arch := unknown_arch macro 124 host_c_flags := $(common_c_flags) $($(host_arch)_c_flags) $(local_c_flags) 126 host_src_files := $(common_src_files) $($(host_arch)_src_files) 127 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 | 676 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86) 677 host_arch := x86 macro 679 host_arch := unknown_arch macro 682 host_c_flags := $(common_c_flags) $($(host_arch)_c_flags) $(local_c_flags) 684 host_src_files := $(common_src_files) $($(host_arch)_src_files) 685 host_src_files := $(filter-out $($(host_arch)_exclude_files), $(host_src_files))
|
/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/scrypt/ |
Scrypt-config.mk | 93 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86) 94 host_arch := x86 macro 96 host_arch := unknown_arch macro 99 host_c_flags := $(common_c_flags) $($(host_arch)_c_flags) $(local_c_flags) 101 host_src_files := $(common_src_files) $($(host_arch)_src_files) 102 host_src_files := $(filter-out $($(host_arch)_exclude_files), $(host_src_files))
|
import_scrypt.sh | 336 ifeq (\$(HOST_OS)-\$(HOST_ARCH),linux-x86) 337 host_arch := x86 339 host_arch := unknown_arch 342 host_c_flags := \$(common_c_flags) \$(\$(host_arch)_c_flags) \$(local_c_flags) 344 host_src_files := \$(common_src_files) \$(\$(host_arch)_src_files) 345 host_src_files := \$(filter-out \$(\$(host_arch)_exclude_files), \$(host_src_files))
|
/development/testrunner/ |
android_build.py | 74 The triple (HOST_OS, HOST_ARCH, HOST_OS-HOST_ARCH). 87 host_arch = re.search("HOST_ARCH=(\w+)", config).group(1) 88 if not (host_os and host_arch): 91 return (host_os, host_arch, "%s-%s" % (host_os, host_arch))
|
/external/llvm/test/ |
lit.site.cfg.in | 19 config.host_arch = "@HOST_ARCH@"
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
build_sdk.py | 64 def GetGlibcToolchain(host_arch): 66 tcname = 'toolchain_%s_%s.tar.bz2' % (getos.GetPlatform(), host_arch) 70 def GetNewlibToolchain(host_arch): 72 tcname = 'naclsdk_%s_%s.tgz' % (getos.GetPlatform(), host_arch) 76 def GetPNaClToolchain(host_arch): 78 tcname = 'naclsdk_pnacl_%s_%s.tgz' % (getos.GetPlatform(), host_arch)
|
/external/llvm/ |
configure | 677 HOST_ARCH [all...] |