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

1 2

  /build/core/
clear_vars.mk 196 LOCAL_SRC_FILES_$(HOST_ARCH):=
197 LOCAL_CFLAGS_$(HOST_ARCH):=
198 LOCAL_CPPFLAGS_$(HOST_ARCH):=
199 LOCAL_C_INCLUDES_$(HOST_ARCH):=
200 LOCAL_ASFLAGS_$(HOST_ARCH):=
201 LOCAL_NO_CRT_$(HOST_ARCH):=
202 LOCAL_LDFLAGS_$(HOST_ARCH):=
203 LOCAL_SHARED_LIBRARIES_$(HOST_ARCH):=
204 LOCAL_STATIC_LIBRARIES_$(HOST_ARCH):=
205 LOCAL_WHOLE_STATIC_LIBRARIES_$(HOST_ARCH):
    [all...]
dumpvar.mk 80 $(info HOST_ARCH=$(HOST_ARCH))
envsetup.mk 77 # HOST_ARCH
79 HOST_ARCH := x86_64
87 SDK_HOST_ARCH := $(HOST_ARCH)
90 BUILD_ARCH := $(HOST_ARCH)
93 ifeq ($(HOST_ARCH),)
94 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)
  /cts/tests/tests/bionic/
Android.mk 32 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
56 endif # ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /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...]
  /art/build/
Android.common.mk 26 ifeq (,$(filter $(HOST_ARCH),$(ART_HOST_SUPPORTED_ARCH)))
27 $(warning unsupported HOST_ARCH=$(HOST_ARCH))
  /external/libedit/
Android.mk 3 ifeq ($(HOST_ARCH),x86) # only build on x86 hosts
7 PREBUILT_ARCH_ROOT := $(PREBUILT_ROOT)/$(HOST_OS)-$(HOST_ARCH)
19 @echo making libedit for $(HOST_OS)-$(HOST_ARCH)
  /external/lldb/tools/driver/
Android.mk 30 LOCAL_LDLIBS += $(LIBEDIT_BASE_DIR)/$(HOST_OS)-$(HOST_ARCH)/lib/libedit.a
  /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 331 HOST_ARCH=i686
335 HOST_ARCH=x86_64
340 linux) HOST_TAG=$HOST_ARCH-linux-gnu;;
341 darwin) HOST_TAG=$HOST_ARCH-apple-darwinx11;;
342 cygwin) HOST_TAG=$HOST_ARCH-pc-cygwin;;
711 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2
  /bionic/benchmarks/
Android.mk 57 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /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 135 # define HOST_ARCH as the $CPU
136 HOST_ARCH=$CPU
142 case $HOST_OS-$HOST_ARCH in
147 HOST_TAG=$HOST_OS-$HOST_ARCH
187 HOST_ARCH=x86
565 echo "HOST_ARCH := $HOST_ARCH" >> $config_mk
  /system/core/libbacktrace/
Android.mk 31 ifeq ($(HOST_ARCH),$(filter $(HOST_ARCH),x86 x86_64))
  /external/llvm/test/
Makefile 145 @$(ECHOPATH) s=@HOST_ARCH@=$(HOST_ARCH)=g >> lit.tmp
159 @$(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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/
build-mingw64-toolchain.sh 331 HOST_ARCH=i686
335 HOST_ARCH=x86_64
340 linux) HOST_TAG=$HOST_ARCH-linux-gnu;;
341 darwin) HOST_TAG=$HOST_ARCH-apple-darwinx11;;
342 cygwin) HOST_TAG=$HOST_ARCH-pc-cygwin;;
711 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2
  /bionic/tests/
Android.mk 25 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
284 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /build/core/clang/
config.mk 71 include $(BUILD_SYSTEM)/clang/HOST_$(HOST_ARCH).mk
  /build/tools/droiddoc/test/stubs/
func.sh 29 PLATFORM=${HOST_OS}-${HOST_ARCH}
  /external/chromium_org/build/android/
adb_gdb 403 local HOST_ARCH HOST_OS
406 HOST_ARCH=$(uname -p)
407 case $HOST_ARCH in
410 *) panic "You can't run this script on this host architecture: $HOST_ARCH";;
494 local TARGET NAME HOST_OS HOST_ARCH GCC CONFIG
501 HOST_ARCH=$(get_ndk_host_arch)
504 "$NDK_DIR" "$ARCH" "$HOST_OS-$HOST_ARCH/bin/$CONFIG-gcc")
505 if [ -z "$GCC" -a "$HOST_ARCH" = "x86_64" ]; then
  /external/openssl/
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
247 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))
  /cts/
CtsTestCaseList.mk 198 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /external/chromium_org/third_party/mesa/src/
Android.mk 54 ifeq ($(TARGET_ARCH),$(HOST_ARCH))

Completed in 578 milliseconds

1 2