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

1 2

  /ndk/build/
ndk-build 128 HOST_ARCH=$(uname -m)
129 case $HOST_ARCH in
130 i?86) HOST_ARCH=x86;;
131 x86_64|amd64) HOST_ARCH=x86_64;;
132 *) echo "ERROR: Unknown host CPU architecture: $HOST_ARCH"
135 log "HOST_ARCH=$HOST_ARCH"
138 HOST_TAG="$HOST_OS-$HOST_ARCH"
145 HOST_ARCH=x86
146 log "HOST_ARCH=$HOST_ARCH (32-bit userland detected)
    [all...]
  /build/core/
clear_vars.mk 253 LOCAL_SRC_FILES_$(HOST_ARCH):=
254 LOCAL_SRC_FILES_EXCLUDE_$(HOST_ARCH):=
255 LOCAL_CFLAGS_$(HOST_ARCH):=
256 LOCAL_CLANG_CFLAGS_$(HOST_ARCH):=
257 LOCAL_CPPFLAGS_$(HOST_ARCH):=
258 LOCAL_CLANG_CPPFLAGS_$(HOST_ARCH):=
259 LOCAL_C_INCLUDES_$(HOST_ARCH):=
260 LOCAL_ASFLAGS_$(HOST_ARCH):=
261 LOCAL_CLANG_ASFLAGS_$(HOST_ARCH):=
262 LOCAL_LDFLAGS_$(HOST_ARCH):
    [all...]
soong.mk 57 echo ' "HostArch": "$(HOST_ARCH)",'; \
envsetup.mk 74 # HOST_ARCH
76 HOST_ARCH := x86_64
85 BUILD_ARCH := $(HOST_ARCH)
88 ifeq ($(HOST_ARCH),)
89 $(error Unable to determine HOST_ARCH from uname -sm: $(UNAME)!)
dumpvar.mk 16 HOST_ARCH \
  /ndk/tests/build/check-armeabi-v7a-prebuilts/
build.sh 236 HOST_ARCH=`uname -m`
237 case "$HOST_ARCH" in
238 i?86) HOST_ARCH=x86
240 HOST_ARCH=x86_64
244 HOST_TAG=darwin-$HOST_ARCH
  /cts/tests/tests/bionic/
Android.mk 35 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
61 endif # ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /system/extras/tests/kernel.config/
Android.mk 57 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
72 endif # ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /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)
  /art/build/
Android.common.mk 50 ifeq (,$(filter $(HOST_ARCH),$(ART_HOST_SUPPORTED_ARCH)))
51 $(warning unsupported HOST_ARCH=$(HOST_ARCH))
  /ndk/build/tools/
ndk-common.sh 223 ## First, we need to detect the HOST CPU, because proper HOST_ARCH detection
256 HOST_ARCH=`uname -m`
257 case "$HOST_ARCH" in
258 i?86) HOST_ARCH=x86
265 HOST_ARCH=x86_64
269 amd64) HOST_ARCH=x86_64
271 powerpc) HOST_ARCH=ppc
276 case "$HOST_OS-$HOST_ARCH" in
296 HOST_ARCH=x86
301 log "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 77 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /system/core/libbacktrace/
Android.mk 36 ifeq ($(HOST_ARCH),$(filter $(HOST_ARCH),x86 x86_64))
  /external/llvm/test/
Makefile 147 @$(ECHOPATH) s=@HOST_ARCH@=$(HOST_ARCH)=g >> lit.tmp
164 @$(ECHOPATH) s=@HOST_ARCH@=$(HOST_ARCH)=g >> lit.tmp
  /ndk/build/core/
init.mk 234 HOST_ARCH := $(strip $(HOST_ARCH))
236 ifndef HOST_ARCH
238 HOST_ARCH := $(PROCESSOR_ARCHITECTURE)
239 ifeq ($(HOST_ARCH),AMD64)
240 HOST_ARCH := x86
249 HOST_ARCH := x86
256 HOST_ARCH := ppc
258 ifeq ($(HOST_ARCH),)
263 $(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 332 HOST_ARCH=i686
336 HOST_ARCH=x86_64
341 linux) HOST_TAG=$HOST_ARCH-linux-gnu;;
342 darwin) HOST_TAG=$HOST_ARCH-apple-darwinx11;;
343 cygwin) HOST_TAG=$HOST_ARCH-pc-cygwin;;
750 PACKAGE_NAME=$PACKAGE_DIR/$TARGET_TAG-$OS-$HOST_ARCH.tar.bz2
  /build/tools/droiddoc/test/stubs/
func.sh 29 PLATFORM=${HOST_OS}-${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))
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))
  /bionic/tests/
Android.mk 23 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
394 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /build/core/clang/
config.mk 141 include $(BUILD_SYSTEM)/clang/HOST_$(HOST_ARCH).mk
  /cts/
OldCtsTestCaseList.mk 293 ifeq ($(HOST_OS)-$(HOST_ARCH),$(filter $(HOST_OS)-$(HOST_ARCH),linux-x86 linux-x86_64))
  /external/compiler-rt/lib/tsan/
Android.mk 21 ifeq ($(HOST_ARCH),x86_64)
143 endif # ifeq ($(HOST_ARCH),x86_64)
  /external/mesa3d/
Android.mk 54 ifeq ($(TARGET_ARCH),$(HOST_ARCH))

Completed in 4816 milliseconds

1 2