HomeSort by relevance Sort by last modified time
    Searched full:host_arch (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/llvm/test/CodeGen/SystemZ/Large/
lit.local.cfg 5 if config.root.host_arch not in ['SystemZ']:
  /external/llvm/test/ExecutionEngine/
lit.local.cfg 10 if root.host_arch in ['PowerPC', 'AArch64', 'SystemZ']:
  /external/v8/
CleanSpec.mk 48 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/bin/mksnapshot)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mksnapshot_intermediates)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/bin/mksnapshot)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mksnapshot_intermediates)
57 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/bin/mksnapshot)
58 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mksnapshot_intermediates)
61 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/bin/mksnapshot)
62 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mksnapshot_intermediates)
65 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/bin/mksnapshot)
66 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mksnapshot_intermediates
    [all...]
  /external/chromium_org/third_party/openssl/openssl/
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))
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))
  /external/openssl/
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))
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))
  /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))
  /external/llvm/test/ExecutionEngine/MCJIT/
lit.local.cfg 19 if root.host_arch not in ['i386', 'x86', 'x86_64',
23 if 'armv7' in root.host_arch:
  /external/v8/build/
standalone.gypi 45 'host_arch%':
50 'host_arch%': 'ia32',
54 'host_arch%': '<(host_arch)',
55 'target_arch%': '<(host_arch)',
57 'host_arch%': '<(host_arch)',
61 'host_arch%': '<(host_arch)',
66 ['(v8_target_arch=="arm" and host_arch!="arm") or
    [all...]
  /external/chromium_org/v8/build/
standalone.gypi 53 'host_arch%':
59 'host_arch%': 'ia32',
63 'host_arch%': '<(host_arch)',
64 'target_arch%': '<(host_arch)',
66 'host_arch%': '<(host_arch)',
70 'host_arch%': '<(host_arch)',
99 ['(v8_target_arch=="arm" and host_arch!="arm") or
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
Makefile 8 HOST_ARCH := $(shell uname -p)
sources.make 9 ifeq ($(HOST_ARCH),x86)
  /ndk/
ndk-build 143 HOST_ARCH=$(uname -m)
144 case $HOST_ARCH in
145 i?86) HOST_ARCH=x86;;
146 x86_64|amd64) HOST_ARCH=x86_64;;
147 *) echo "ERROR: Unknown host CPU architecture: $HOST_ARCH"
150 log "HOST_ARCH=$HOST_ARCH"
153 HOST_TAG="$HOST_OS-$HOST_ARCH"
160 HOST_ARCH=x86
161 log "HOST_ARCH=$HOST_ARCH (32-bit userland detected)
    [all...]
  /external/compiler-rt/lib/
lit.common.configured.in 6 config.host_arch = "@HOST_ARCH@"
  /external/llvm/test/
lit.site.cfg.in 19 config.host_arch = "@HOST_ARCH@"
  /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/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:
  /system/core/libcorkscrew/
Android.mk 71 # ifeq ($(HOST_ARCH),x86)
72 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
98 endif # HOST_ARCH == x86
  /external/libffi/testsuite/
run-all-tests 79 HOST_ARCH=`get_build_var HOST_ARCH`
82 libFile=`find out/host/${HOST_OS}-${HOST_ARCH} -name "${libName}.a" | head -1`
103 "$CC" -g -I"../${HOST_OS}-${HOST_ARCH}" -o "$execFile" "$file" "$libFile"
  /external/oprofile/
common.mk 52 ifeq ($(HOST_OS)-$(HOST_ARCH),darwin-x86)
57 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
  /external/chromium_org/build/android/
envsetup.sh 39 host_arch=$(uname -m)
40 case "${host_arch}" in
53 host_arch=x86
57 echo "ERROR: Unsupported host architecture (${host_arch})."
64 toolchain_dir="linux-${host_arch}"
67 toolchain_dir="darwin-${host_arch}"
  /build/core/
envsetup.mk 71 # HOST_ARCH
73 HOST_ARCH := x86
77 HOST_ARCH := ppc
80 BUILD_ARCH := $(HOST_ARCH)
82 ifeq ($(HOST_ARCH),)
83 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)
102 HOST_PREBUILT_TAG := $(HOST_OS)-$(HOST_ARCH)
160 HOST_OUT_release := $(HOST_OUT_ROOT_release)/$(HOST_OS)-$(HOST_ARCH)
161 HOST_OUT_debug := $(HOST_OUT_ROOT_debug)/$(HOST_OS)-$(HOST_ARCH)
  /ndk/build/tools/
ndk-common.sh 241 ## First, we need to detect the HOST CPU, because proper HOST_ARCH detection
274 HOST_ARCH=`uname -m`
275 case "$HOST_ARCH" in
276 i?86) HOST_ARCH=x86
283 HOST_ARCH=x86_64
287 amd64) HOST_ARCH=x86_64
289 powerpc) HOST_ARCH=ppc
294 case "$HOST_OS-$HOST_ARCH" in
314 HOST_ARCH=x86
319 log2 "HOST_ARCH=$HOST_ARCH
    [all...]
  /development/tools/elftree/
Android.mk 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))

Completed in 1787 milliseconds

1 2 3 4