HomeSort by relevance Sort by last modified time
    Searched refs:HOST_ARCH (Results 1 - 25 of 53) sorted by null

1 2 3

  /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/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/qemu/distrib/libpng-1.2.19/
Makefile 8 HOST_ARCH := $(shell uname -p)
  /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...]
build-mingw64-toolchain.sh 308 HOST_ARCH=i686
312 HOST_ARCH=x86_64
317 linux) HOST_TAG=$HOST_ARCH-linux-gnu;;
318 darwin) HOST_TAG=$HOST_ARCH-apple-darwinx11;;
319 cygwin) HOST_TAG=$HOST_ARCH-pc-cygwin;;
687 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2
  /system/core/libcorkscrew/
Android.mk 71 # ifeq ($(HOST_ARCH),x86)
72 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
98 endif # HOST_ARCH == x86
  /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)
dumpvar.mk 102 $(info HOST_ARCH=$(HOST_ARCH))
  /external/oprofile/
common.mk 52 ifeq ($(HOST_OS)-$(HOST_ARCH),darwin-x86)
57 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
  /external/qemu/android/build/
common.sh 134 # define HOST_ARCH as the $CPU
135 HOST_ARCH=$CPU
141 case $HOST_OS-$HOST_ARCH in
146 HOST_TAG=$HOST_OS-$HOST_ARCH
186 HOST_ARCH=x86
556 echo "HOST_ARCH := $HOST_ARCH" >> $config_mk
  /development/tools/elftree/
Android.mk 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/chromium_org/build/android/
adb_gdb 394 local HOST_ARCH HOST_OS
397 HOST_ARCH=$(uname -p)
398 case $HOST_ARCH in
401 *) panic "You can't run this script on this host architecture: $HOST_ARCH";;
479 local TARGET NAME HOST_OS HOST_ARCH GCC CONFIG
486 HOST_ARCH=$(get_ndk_host_arch)
489 "$NDK_DIR" "$ARCH" "$HOST_OS-$HOST_ARCH/bin/$CONFIG-gcc")
490 if [ -z "$GCC" -a "$HOST_ARCH" = "x86_64" ]; then
  /external/llvm/test/
Makefile 152 @$(ECHOPATH) s=@HOST_ARCH@=$(HOST_ARCH)=g >> lit.tmp
167 @$(ECHOPATH) s=@HOST_ARCH@=$(HOST_ARCH)=g >> lit.tmp
  /ndk/build/core/
init.mk 221 HOST_ARCH := $(strip $(HOST_ARCH))
223 ifndef HOST_ARCH
225 HOST_ARCH := $(PROCESSOR_ARCHITECTURE)
226 ifeq ($(HOST_ARCH),AMD64)
227 HOST_ARCH := x86
236 HOST_ARCH := x86
243 HOST_ARCH := ppc
245 ifeq ($(HOST_ARCH),)
250 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH))
    [all...]
  /build/tools/droiddoc/test/stubs/
func.sh 29 PLATFORM=${HOST_OS}-${HOST_ARCH}
  /development/build/tools/
windows_sdk.mk 57 WIN_SDK_NAME := $(subst $(HOST_OS)-$(HOST_ARCH),windows,$(MAIN_SDK_NAME))
58 WIN_SDK_DIR := $(subst $(HOST_OS)-$(HOST_ARCH),windows,$(MAIN_SDK_DIR))
  /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))
check-all-builds.sh 111 HOST_ARCH=$(uname -m)
112 case $HOST_ARCH in
114 HOST_ARCH=x86
118 ANDROID_HOST_TAG=$HOST_OS-$HOST_ARCH
244 log "Host arch: $HOST_ARCH"
  /external/elfutils/libdwfl/
Android.mk 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/elfutils/libebl/
Android.mk 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /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))
check-all-builds.sh 111 HOST_ARCH=$(uname -m)
112 case $HOST_ARCH in
114 HOST_ARCH=x86
118 ANDROID_HOST_TAG=$HOST_OS-$HOST_ARCH
244 log "Host arch: $HOST_ARCH"
  /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))

Completed in 1385 milliseconds

1 2 3