/external/v8/ |
D | CleanSpec.mk | 48 $(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 …]
|
/external/llvm/tools/llvm-shlib/ |
D | Makefile | 20 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) 43 ifeq ($(HOST_OS),Darwin) 65 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD OpenBSD GNU Bitrig)) 71 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD GNU)) 76 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux GNU GNU/kFreeBSD)) 81 ifeq ($(HOST_OS),SunOS) 86 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
|
/external/qemu/ |
D | Makefile.android | 50 ifeq ($(HOST_OS),freebsd) 54 ifeq ($(HOST_OS),windows) 73 ifeq ($(HOST_OS),darwin) 88 ifeq ($(HOST_OS),windows) 103 ifeq ($(HOST_OS),linux) 192 ifeq ($(HOST_OS),windows) 196 ifeq ($(HOST_OS),freebsd) 200 ifeq ($(HOST_OS),linux) 204 ifeq ($(HOST_OS),windows) 212 ifeq ($(HOST_OS),darwin) [all …]
|
D | Makefile.common | 83 ifeq ($(HOST_OS),linux) 146 ifneq ($(filter linux darwin,$(HOST_OS)),) 248 ifneq ($(HOST_OS),windows) 291 ifneq ($(filter linux darwin,$(HOST_OS)),) 324 ifeq ($(HOST_OS),darwin) 329 ifeq ($(HOST_OS),windows) 333 ifeq ($(HOST_OS),linux) 340 ifeq ($(HOST_OS),freebsd) 382 ifeq ($(HOST_OS),linux) 391 ifneq ($(HOST_OS),windows) [all …]
|
/external/chromium_org/third_party/openssl/openssl/ |
D | check-all-builds.sh | 101 case $HOST_OS in 118 ANDROID_HOST_TAG=$HOST_OS-$HOST_ARCH 122 ANDROID_HOST_TAG=$HOST_OS-x86 129 case $HOST_OS in 150 # NOTE: The $HOST_OS-x86_64 is currently broken because the single 152 HOST_BUILD_TYPES="$HOST_OS-x86 $HOST_OS-generic32 $HOST_OS-generic64"
|
/external/openssl/ |
D | check-all-builds.sh | 101 case $HOST_OS in 118 ANDROID_HOST_TAG=$HOST_OS-$HOST_ARCH 122 ANDROID_HOST_TAG=$HOST_OS-x86 129 case $HOST_OS in 150 # NOTE: The $HOST_OS-x86_64 is currently broken because the single 152 HOST_BUILD_TYPES="$HOST_OS-x86 $HOST_OS-generic32 $HOST_OS-generic64"
|
/external/chromium_org/v8/ |
D | Makefile.nacl | 38 HOST_OS = $(shell uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/') 39 ifeq ($(HOST_OS), linux) 42 ifeq ($(HOST_OS), mac) 45 $(error Host platform "${HOST_OS}" is not supported) 75 GYPENV += host_os=${HOST_OS}
|
D | Makefile.android | 37 HOST_OS = $(shell uname -s | sed -e 's/Linux/linux/;s/Darwin/mac/') 39 ifeq ($(HOST_OS), linux) 42 ifeq ($(HOST_OS), mac) 45 $(error Host platform "${HOST_OS}" is not supported) 77 DEFINES += host_os=${HOST_OS}
|
/external/qemu/android/build/ |
D | common.sh | 125 linux-*) HOST_OS=linux 127 darwin-*) HOST_OS=darwin 129 freebsd-*) HOST_OS=freebsd 131 *) HOST_OS=$OS 141 case $HOST_OS-$HOST_ARCH in 146 HOST_TAG=$HOST_OS-$HOST_ARCH 201 if [ "$HOST_OS" != "linux" ] ; then 229 HOST_OS=windows 555 echo "HOST_OS := $HOST_OS" >> $config_mk
|
/external/libffi/testsuite/ |
D | run-all-tests | 78 HOST_OS=`get_build_var HOST_OS` 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/ |
D | Makefile | 9 HOST_OS := $(shell uname -s) macro 10 ifeq ($(HOST_OS),Darwin) 11 HOST_OS := darwin macro
|
/external/elfutils/libdwfl/ |
D | Android.mk | 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms)) 55 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup 62 ifeq ($(HOST_OS),darwin) 67 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h
|
/external/qemu/distrib/ |
D | build-kernel.sh | 15 HOST_OS=`uname -s` 16 case "$HOST_OS" in 18 HOST_OS=darwin 24 HOST_OS=linux 29 echo "ERROR: Unsupported OS: $HOST_OS"
|
/external/llvm/ |
D | Makefile.rules | 277 ifneq ($(HOST_OS),FreeBSD) 278 ifneq ($(HOST_OS),GNU/kFreeBSD) 279 ifneq ($(HOST_OS),Darwin) 400 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) 403 ifeq ($(HOST_OS),Darwin) 414 ifeq ($(HOST_OS),Darwin) 428 ifeq ($(HOST_OS),MingW) 460 ifneq (,$(filter $(HOST_OS),Cygwin MingW)) 492 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) 496 ifeq ($(HOST_OS),Cygwin) [all …]
|
/external/chromium_org/build/android/ |
D | adb_gdb | 394 local HOST_OS 396 HOST_OS=$(uname -s) 397 case $HOST_OS in 400 *) panic "You can't run this script on this system: $HOST_OS";; 409 local HOST_ARCH HOST_OS 411 HOST_OS=$(get_ndk_host_system) 419 if [ "$HOST_OS" = darwin -a "$NDK_HOST_ARCH" = "x86" ]; then 494 local TARGET NAME HOST_OS HOST_ARCH GCC CONFIG 500 HOST_OS=$(get_ndk_host_system) 504 "$NDK_DIR" "$ARCH" "$HOST_OS-$HOST_ARCH/bin/$CONFIG-gcc") [all …]
|
/external/clang/tools/libclang/ |
D | Makefile | 32 ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU GNU/kFreeBSD)) 40 ifeq ($(HOST_OS),Darwin)
|
/external/llvm/test/ |
D | Makefile | 84 ifeq ($(HOST_OS),SunOS) 87 ifeq ($(HOST_OS),AuroraUX) 151 @$(ECHOPATH) s=@HOST_OS@=$(HOST_OS)=g >> lit.tmp 166 @$(ECHOPATH) s=@HOST_OS@=$(HOST_OS)=g >> unit.tmp
|
/external/chromium_org/ |
D | Android.mk | 15 ifneq (,$(wildcard $(CHROMIUM_DIR)/GypAndroid.$(HOST_OS)-$(TARGET_ARCH).mk)) 24 include $(CHROMIUM_DIR)/GypAndroid.$(HOST_OS)-$(TARGET_ARCH).mk
|
/external/llvm/lib/Transforms/ |
D | Makefile | 16 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW Minix))
|
/external/linux-tools-perf/ |
D | Android.mk | 23 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms)) 112 -include $(LOCAL_PATH)/host-$(HOST_OS)-fixup/AndroidFixup.h 116 LOCAL_C_INCLUDES += $(LOCAL_PATH)/host-$(HOST_OS)-fixup 194 ifeq ($(HOST_OS),linux) 202 -include $(LOCAL_PATH)/host-$(HOST_OS)-fixup/AndroidFixup.h 218 LOCAL_C_INCLUDES += $(LOCAL_PATH)/host-$(HOST_OS)-fixup
|
/external/elfutils/libdw/ |
D | Android.mk | 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms)) 129 ifeq ($(HOST_OS),darwin) 133 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup 138 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h
|
/external/elfutils/libebl/ |
D | Android.mk | 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms)) 83 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup 87 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h
|
/external/elfutils/libelf/ |
D | Android.mk | 18 cur_platform := $(filter $(HOST_OS)-$(HOST_ARCH),$(supported_platforms)) 147 LOCAL_C_INCLUDES += $(LOCAL_PATH)/../host-$(HOST_OS)-fixup 154 ifeq ($(HOST_OS),darwin) 159 LOCAL_CFLAGS += -include $(LOCAL_PATH)/../host-$(HOST_OS)-fixup/AndroidFixup.h
|
/external/oprofile/ |
D | common.mk | 52 ifeq ($(HOST_OS)-$(HOST_ARCH),darwin-x86) 57 ifeq ($(HOST_OS)-$(HOST_ARCH),linux-x86)
|
/external/llvm/projects/sample/ |
D | Makefile.llvm.rules | 210 ifneq ($(HOST_OS),FreeBSD) 211 ifneq ($(HOST_OS),GNU/kFreeBSD) 212 ifneq ($(HOST_OS),Darwin) 221 #ifeq ($(HOST_OS),Darwin) 337 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) 340 ifeq ($(HOST_OS),Darwin) 351 ifeq ($(HOST_OS),Darwin) 365 ifeq ($(HOST_OS),MingW) 397 ifneq (,$(filter $(HOST_OS),Cygwin MingW)) 429 ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW)) [all …]
|