Home
last modified time | relevance | path

Searched refs:HOST_ARCH (Results 1 – 16 of 16) sorted by relevance

/external/v8/
DCleanSpec.mk48 $(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_in…
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_in…
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_in…
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_in…
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_in…
[all …]
DAndroid.mksnapshot.mk23 ifeq ($(HOST_ARCH),x86)
/external/libffi/testsuite/
Drun-all-tests79 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/
DMakefile.target31 TCG_TARGET := $(HOST_ARCH)
32 ifeq ($(HOST_ARCH),x86)
35 ifeq ($(HOST_ARCH),x86_64)
DMakefile.android67 ifeq ($(HOST_ARCH),ppc)
127 ifneq ($(HOST_ARCH),x86_64)
DMakefile.common281 ifeq ($(HOST_ARCH),x86)
494 ifeq ($(HOST_ARCH),x86)
497 ifeq ($(HOST_ARCH),x86_64)
500 ifeq ($(HOST_ARCH),ppc)
/external/qemu/android/build/
Dcommon.sh135 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
/external/oprofile/
Dcommon.mk43 ifeq ($(HOST_OS)-$(HOST_ARCH),darwin-x86)
48 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
/external/qemu/distrib/libpng-1.2.19/
DMakefile8 HOST_ARCH := $(shell uname -p) macro
Dsources.make9 ifeq ($(HOST_ARCH),x86)
/external/elfutils/libdwfl/
DAndroid.mk18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
/external/elfutils/libebl/
DAndroid.mk18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
/external/fdlibm/
DAndroid.mk86 ifneq ($(filter $(HOST_ARCH),arm x86),)
/external/elfutils/libdw/
DAndroid.mk18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
/external/elfutils/libelf/
DAndroid.mk18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))
/external/linux-tools-perf/
DAndroid.mk23 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms))