Home
last modified time | relevance | path

Searched refs:host (Results 1 – 25 of 106) sorted by relevance

12345

/ndk/build/core/
Ddefinitions-host.mk31 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
33 host-path = $1
44 host-rm = \
48 host-rm = rm -f $1
59 host-rmdir = \
63 host-rmdir = rm -rf $1
74 host-mkdir = md $(subst /,\,"$1") >NUL 2>NUL || rem
76 host-mkdir = mkdir -p $1
88 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL
90 host-cp = cp -f $1 $2
[all …]
Ddefault-build-commands.mk31 $(call host-path, $1) \
33 $(call host-path, $2 $(PRIVATE_LIBGCC) $4) \
76 --sysroot=$(call host-path,$(PRIVATE_SYSROOT_LINK)) \
80 -o $(call host-path,$(LOCAL_BUILT_MODULE))
87 --sysroot=$(call host-path,$(PRIVATE_SYSROOT_LINK)) \
91 -o $(call host-path,$(LOCAL_BUILT_MODULE))
95 $(PRIVATE_AR) $(call host-path,$(LOCAL_BUILT_MODULE)) $(PRIVATE_AR_OBJECTS)
101 cmd-strip = $(PRIVATE_STRIP) --strip-unneeded $(call host-path,$1)
Dsetup-app.mk103 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/lib*$(TARGET_SONAME_EXTENSION)))
104 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/gdbserver))
105 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_LIBS_OUT)/%/gdb.setup))
Dbuild-binary.mk121 $(hide) $(call host-rmdir,$(PRIVATE_CLEAN_FILES))
338 …LOCAL_LDLIBS := $(LOCAL_LDLIBS) $(call host-path,$(NDK_ROOT)/sources/cxx-stl/gnu-libstdc++/$(TOOLC…
367 LOCAL_LDLIBS := -L$(call host-path,$(SYSROOT_LINK)/usr/lib) $(LOCAL_LDLIBS)
413 ar_objects := $(call host-path,$(LOCAL_OBJECTS))
419 ar_objects := @$(call host-path,$(ar_list_file))
436 $(hide) $(call host-rm,$@)
514 linker_objects_and_libraries := @$(call host-path,$(linker_list_file))
557 $(hide) $(call host-cp,$<,$@)
573 $(hide) $(call host-install,$(PRIVATE_SRC),$(PRIVATE_DST))
Dbuild-all.mk44 BUILD_HOST_EXECUTABLE := $(BUILD_SYSTEM)/build-host-executable.mk
45 BUILD_HOST_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-host-static-library.mk
/ndk/build/awk/
Dgen-cygwin-deps-converter.awk98 host[count] = $1
108 if (length(host[jj]) > length(host[jj+1])) {
111 if (length(host[jj]) == length(host[jj+1]) &&
112 host[jj] > host[jj+1]) {
118 tmp = host[jj]
119 host[jj] = host[jj+1]
120 host[jj+1] = tmp
132 printf( "$(info %s => %s)", cygwin[nn], host[nn]);
137 add_drive_rule(host[nn], cygwin[nn])
Dgen-windows-host-path.awk61 host[count] = $1
73 if (!match(host[nn],"^[A-Za-z]:$")) {
77 letter = substr(host[nn],1,1)
85 host[count] = host[nn]
94 host[count] = host[nn]
115 tmp = host[jj]
116 host[jj] = host[jj+1]
117 host[jj+1] = tmp
129 printf( "$(info %s => %s)", cygwin[nn], host[nn]);
134 add_drive_rule(host[nn], cygwin[nn])
/ndk/toolchains/llvm-3.2/
Dsetup-common.mk84 --sysroot=$(call host-path,$(PRIVATE_SYSROOT_LINK)) \
88 -o $(call host-path,$(LOCAL_BUILT_MODULE)) && \
93 …--file $(call host-path, $(LOCAL_BUILT_MODULE)) $(patsubst %.bc,%.so,$(call host-path,$(LOCAL_BUIL…
100 --sysroot=$(call host-path,$(PRIVATE_SYSROOT_LINK)) \
104 -o $(call host-path,$(LOCAL_BUILT_MODULE)) && \
109 --file $(call host-path,$(LOCAL_BUILT_MODULE)) $(call host-path,$(LOCAL_BUILT_MODULE))
Dsetup.mk34 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOL…
35 …_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
46 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOL…
47 …_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
58 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/x86-$(TOOLCHAIN_VERSION))
59 …GET_PREBUILT_ROOT)/bin/i686-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
70 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/mipsel-linux-android-$(TOOLC…
71 …T_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
/ndk/toolchains/llvm-3.3/
Dsetup-common.mk84 --sysroot=$(call host-path,$(PRIVATE_SYSROOT_LINK)) \
88 -o $(call host-path,$(LOCAL_BUILT_MODULE)) && \
93 …--file $(call host-path, $(LOCAL_BUILT_MODULE)) $(patsubst %.bc,%.so,$(call host-path,$(LOCAL_BUIL…
100 --sysroot=$(call host-path,$(PRIVATE_SYSROOT_LINK)) \
104 -o $(call host-path,$(LOCAL_BUILT_MODULE)) && \
109 --file $(call host-path,$(LOCAL_BUILT_MODULE)) $(call host-path,$(LOCAL_BUILT_MODULE))
Dsetup.mk34 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOL…
35 …_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
46 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/arm-linux-androideabi-$(TOOL…
47 …_PREBUILT_ROOT)/bin/arm-linux-androideabi-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
58 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/x86-$(TOOLCHAIN_VERSION))
59 …GET_PREBUILT_ROOT)/bin/i686-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
70 TARGET_PREBUILT_ROOT = $(call host-prebuilt-tag,$(NDK_ROOT)/toolchains/mipsel-linux-android-$(TOOLC…
71 …T_PREBUILT_ROOT)/bin/mipsel-linux-android-strip$(HOST_EXEEXT) --strip-unneeded $(call host-path,$1)
/ndk/sources/host-tools/make-3.81/
Dremote-cstms.c145 struct hostent *host; in start_remote_job() local
196 host = gethostbyaddr((char *)&permit.addr, sizeof(permit.addr), AF_INET); in start_remote_job()
203 host ? host->h_name : inet_ntoa (permit.addr), in start_remote_job()
212 host ? host->h_name : inet_ntoa (permit.addr), in start_remote_job()
219 host ? host->h_name : inet_ntoa (permit.addr), in start_remote_job()
/ndk/toolchains/x86-clang3.3/
Dsetup.mk33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT))
39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT))
48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
61 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
/ndk/toolchains/x86-clang3.2/
Dsetup.mk33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT))
39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT))
48 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
61 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
/ndk/toolchains/mipsel-linux-android-clang3.3/
Dsetup.mk33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT))
39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT))
52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
63 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
/ndk/toolchains/mipsel-linux-android-clang3.2/
Dsetup.mk33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT))
39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT))
52 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
63 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
/ndk/build/tools/
Dbuild-host-prebuilts.sh166 copy_file_list "$ANDROID_NDK_ROOT" "$TMPDARWIN/ndk" sources/host-tools
263 run $BUILDTOOLS/build-host-make.sh $TOOLCHAIN_FLAGS
267 run $BUILDTOOLS/build-host-awk.sh $TOOLCHAIN_FLAGS
271 run $BUILDTOOLS/build-host-sed.sh $TOOLCHAIN_FLAGS
292 run $BUILDTOOLS/build-host-perl.sh $TOOLCHAIN_FLAGS "$SRC_DIR"
297 …run $BUILDTOOLS/build-host-python.sh $TOOLCHAIN_FLAGS "--toolchain-src-dir=$SRC_DIR" "--systems=$S…
302 run $BUILDTOOLS/build-host-toolbox.sh $FLAGS
333 $PROGDIR/deploy-host-mcld.sh --package-dir=$PACKAGE_DIR --systems=$SYSNAME
Dbuild-host-gdb.sh147 local INSTALLDIR=$BH_BUILD_DIR/install-host-$1
166 bh_stamps_do host-expat-$1 build_expat $1
187 local EXPATPREFIX=$BH_BUILD_DIR/install-host-$1
220 bh_stamps_do host-gdb-$1-$2-$3 build_host_gdb $1 $2 $3
276 bh_stamps_do install-host-gdb-$1-$2-$3 install_host_gdb $1 $2 $3
Dbuild-host-sed.sh46 SED_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/sed-$SED_VERSION
70 --host=$ABI_CONFIGURE_HOST \
Drebuild-all-prebuilt.sh106 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR" --try-64
109 $PROGDIR/build-host-prebuilts.sh $HOST_FLAGS "$SRC_DIR"
Dmake-release.sh218 timestamp_clear build-host-prebuilts
227 if timestamp_check build-host-prebuilts; then
231 timestamp_set build-host-prebuilts
DDEV-SCRIPTS-USAGE.TXT8 - rebuilding host cross-toolchains for our supported CPU ABIs
10 - rebuilding other required host tools (e.g. ndk-stack) from sources
13 (this requires working host cross-toolchains)
36 $NDK/sources/host-tools/
38 compiled to generate useful host programs for the final NDK
39 installation. For example, $NDK/sources/host-tools/ndk-stack/
133 are required to build the host cross-toolchains properly.
198 Note that all Windows host programs can be built on Linux if you have the
202 All dev-scripts rebuilding host programs on Linux and Darwin will only
207 When building 32-bit Linux host programs, the dev-scripts will look for
[all …]
/ndk/toolchains/arm-linux-androideabi-clang3.2/
Dsetup.mk33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT))
39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT))
50 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
58 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
/ndk/toolchains/arm-linux-androideabi-clang3.3/
Dsetup.mk33 LLVM_TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(LLVM_TOOLCHAIN_ROOT))
39 TOOLCHAIN_PREBUILT_ROOT := $(call host-prebuilt-tag,$(TOOLCHAIN_ROOT))
50 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
58 -gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
/ndk/
Dfind-win-host.cmd2 rem This is a Windows cmd.exe script used to find windows host name.
3 rem %1 is the env. var to set to the windows host name.

12345