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

1 2

  /ndk/
ndk-build 89 HOST_ARCH=$(uname -m)
90 case $HOST_ARCH in
91 i?86) HOST_ARCH=x86;;
92 x86_64|amd64) HOST_ARCH=x86_64;;
93 *) echo "ERROR: Unknown host CPU architecture: $HOST_ARCH"
96 log "HOST_ARCH=$HOST_ARCH"
99 HOST_TAG="$HOST_OS-$HOST_ARCH"
106 HOST_ARCH=x86
108 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"
  /ndk/build/core/
ndk-common.sh 193 ## First, we need to detect the HOST CPU, because proper HOST_ARCH detection
226 HOST_ARCH=`uname -m`
227 case "$HOST_ARCH" in
228 i?86) HOST_ARCH=x86
230 amd64) HOST_ARCH=x86_64
232 powerpc) HOST_ARCH=ppc
236 case "$HOST_OS-$HOST_ARCH" in
250 HOST_ARCH=x86
255 log2 "HOST_ARCH=$HOST_ARCH"
    [all...]
init.mk 185 HOST_ARCH := $(strip $(HOST_ARCH))
186 ifndef HOST_ARCH
188 HOST_ARCH := $(PROCESSOR_ARCHITECTURE)
189 ifeq ($(HOST_ARCH),AMD64)
190 HOST_ARCH := x86
195 HOST_ARCH := x86
199 HOST_ARCH := ppc
201 ifeq ($(HOST_ARCH),)
206 $(call ndk_log,Host CPU was auto-detected: $(HOST_ARCH))
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
Makefile 8 HOST_ARCH := $(shell uname -p)
  /gdk/build/core/
init.mk 101 HOST_ARCH := $(strip $(HOST_ARCH))
102 ifndef HOST_ARCH
104 HOST_ARCH := $(PROCESSOR_ARCHITECTURE)
105 ifeq ($(HOST_ARCH),AMD64)
106 HOST_ARCH := x86
111 HOST_ARCH := x86
115 HOST_ARCH := ppc
117 ifeq ($(HOST_ARCH),)
122 $(call gdk_log,Host CPU was auto-detected: $(HOST_ARCH))
    [all...]
  /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)
163 HOST_OUT_release := $(HOST_OUT_ROOT_release)/$(HOST_OS)-$(HOST_ARCH)
164 HOST_OUT_debug := $(HOST_OUT_ROOT_debug)/$(HOST_OS)-$(HOST_ARCH)
dumpvar.mk 87 $(info HOST_ARCH=$(HOST_ARCH))
Makefile     [all...]
  /external/oprofile/
common.mk 43 ifeq ($(HOST_OS)-$(HOST_ARCH),darwin-x86)
48 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
558 echo "HOST_ARCH := $HOST_ARCH" >> $config_mk
  /ndk/build/tools/
build-mingw64-toolchain.sh 277 HOST_ARCH=i686
281 HOST_ARCH=x86_64
286 linux) HOST_TAG=$HOST_ARCH-linux-gnu;;
287 darwin) HOST_TAG=$HOST_ARCH-apple-darwinx11;;
288 cygwin) HOST_TAG=$HOST_ARCH-pc-cygwin;;
588 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2
prebuilt-common.sh 595 if [ "$HOST_ARCH" = "x86_64" -a "$TRY64" = "yes" ]; then
  /build/tools/droiddoc/test/stubs/
func.sh 29 PLATFORM=${HOST_OS}-${HOST_ARCH}
  /development/build/tools/
windows_sdk.mk 55 WIN_SDK_NAME := $(subst $(HOST_OS)-$(HOST_ARCH),windows,$(MAIN_SDK_NAME))
56 WIN_SDK_DIR := $(subst $(HOST_OS)-$(HOST_ARCH),windows,$(MAIN_SDK_DIR))
  /external/v8/
Android.mksnapshot.mk 23 ifeq ($(HOST_ARCH),x86)
  /dalvik/dalvikvm/
Android.mk 60 ifeq ($(HOST_OS)-$(HOST_ARCH),darwin-x86)
  /development/tools/elftree/
Android.mk 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /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))
  /dalvik/vm/
Android.mk 105 dvm_arch := $(HOST_ARCH)
107 dvm_arch_variant := $(HOST_ARCH)
  /external/elfutils/libdw/
Android.mk 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/elfutils/libelf/
Android.mk 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
  /external/fdlibm/
Android.mk 86 ifneq ($(filter $(HOST_ARCH),arm x86),)
  /external/linux-tools-perf/
Android.mk 23 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))

Completed in 481 milliseconds

1 2