Home
last modified time | relevance | path

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

1234

/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/build/core/
Ddefault-build-commands.mk31 $(call host-path, $1) \
33 $(call host-path, $2 $(PRIVATE_LIBGCC) $4) \
56 $(call host-path,\
61 $(call host-path,\
63 -o $(call host-path,$@)
72 $(call host-path,\
77 $(call host-path,\
79 -o $(call host-path,$@)
83 $(PRIVATE_AR) $(call host-path,$@) $(PRIVATE_AR_OBJECTS)
89 cmd-strip = $(PRIVATE_STRIP) --strip-unneeded $(call host-path,$1)
Dbuild-all.mk44 BUILD_HOST_EXECUTABLE := $(BUILD_SYSTEM)/build-host-executable.mk
45 BUILD_HOST_STATIC_LIBRARY := $(BUILD_SYSTEM)/build-host-static-library.mk
107 $(hide) $(call host-rm,$(NDK_DEPENDENCIES_CONVERTER))
132 clean-host-intermediates:
133 $(hide) $(call host-rm,$(HOST_EXECUTABLES) $(HOST_STATIC_LIBRARIES))
135 clean-intermediates: clean-host-intermediates
136 $(hide) $(call host-rm,$(EXECUTABLES) $(STATIC_LIBRARIES) $(SHARED_LIBRARIES))
Dbuild-binary.mk50 $(hide) $(call host-rmdir,$(PRIVATE_CLEAN_FILES))
233 …LOCAL_LDLIBS := $(LOCAL_LDLIBS) $(call host-path,$(NDK_ROOT)/sources/cxx-stl/gnu-libstdc++/libs/$(…
277 LOCAL_LDLIBS := -L$(call host-path,$(SYSROOT)/usr/lib) $(LOCAL_LDLIBS)
291 ar_objects := $(call host-path,$(LOCAL_OBJECTS))
310 ar_options := @$(call host-path,$(ar_list_file)))
321 linker_objects_and_libraries := @$(call host-path,$(linker_list_file))
356 @ $(call host-mkdir,$(dir $@))
358 $(hide) $(call host-rm,$@)
369 @ $(call host-mkdir,$(dir $@))
381 @ $(call host-mkdir,$(dir $@))
[all …]
Ddefinitions.mk149 host-path = $(if $(strip $1),$(call cygwin-to-host-path,$1))
151 host-path = $1
162 host-rm = \
166 host-rm = rm -f $1
177 host-rm = \
181 host-rmdir = rm -rf $1
192 host-mkdir = if not exist $(subst /,\,"$1") md $(subst /,\,"$1")
194 host-mkdir = mkdir -p $1
206 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL
208 host-cp = cp -f $1 $2
[all …]
Dsetup-app.mk75 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/lib*.so))
76 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdbserver))
77 $(hide) $(call host-rm,$(NDK_ALL_ABIS:%=$(NDK_APP_PROJECT_PATH)/libs/%/gdb.setup))
Dinit.mk158 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
202 $(call __ndk_info,Unsupported host architecture: $(UNAME))
329 cygwin-to-host-path = $1
333 cygwin-to-host-path = $(strip $(shell $(CYGPATH) -m $1))
336 …INDOWS_HOST_PATH_FRAGMENT := $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk)
339 … $(eval $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1))
341 $(eval cygwin-to-host-path = $(WINDOWS_HOST_PATH_FRAGMENT))
Dsetup-toolchain.mk120 $(hide) $(call host-mkdir,$(PRIVATE_DST_DIR))
121 $(hide) $(call host-install,$(PRIVATE_SRC),$(PRIVATE_DST))
132 $(hide) $(call host-mkdir,$(PRIVATE_DST_DIR))
Dbuild-local.mk69 host-dir-parent = $(strip \
75 host-dir-parent = $(patsubst %/,%,$(dir $1))
94 $(eval __find_project_parent := $(call host-dir-parent,$(__find_project_path)))\
/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/mipsel-linux-android-4.4.3/
Dsetup.mk39 TARGET_LDSCRIPT_XSC := -Wl,-T,$(call host-path,$(TOOLCHAIN_ROOT))/mipself.xsc
40 TARGET_LDSCRIPT_X := -Wl,-T,$(call host-path,$(TOOLCHAIN_ROOT))/mipself.x
90 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \
94 -o $(call host-path,$@)
102 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \
106 -o $(call host-path,$@)
/ndk/toolchains/x86-4.4.3/
Dsetup.mk81 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \
85 -o $(call host-path,$@)
93 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \
97 -o $(call host-path,$@)
/ndk/build/tools/
Dbuild-host-prebuilts.sh154 copy_file_list "$ANDROID_NDK_ROOT" "$TMPDARWIN/ndk" sources/host-tools
224 run $BUILDTOOLS/build-host-make.sh $TOOLCHAIN_FLAGS
228 run $BUILDTOOLS/build-host-awk.sh $TOOLCHAIN_FLAGS
232 run $BUILDTOOLS/build-host-sed.sh $TOOLCHAIN_FLAGS
236 run $BUILDTOOLS/build-host-toolbox.sh $FLAGS
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/
127 are required to build the host cross-toolchains properly.
192 Note that all Windows host programs can be built on Linux if you have the
196 All dev-scripts rebuilding host programs on Linux and Darwin will only
201 When building 32-bit Linux host programs, the dev-scripts will look for
[all …]
Dmake-release.sh186 timestamp_clear build-host-prebuilts
195 if timestamp_check build-host-prebuilts; then
199 timestamp_set build-host-prebuilts
Dbuild-mingw64-toolchain.sh270 echo "int main() { return 0; }" > $TEMP_DIR/test-host-cc.c
271 $PROBE_CC -c $TEMP_DIR/test-host-cc.c -o $TEMP_DIR/test-host-cc.o > /dev/null
274 file $TEMP_DIR/test-host-cc.o | grep -q -e "x86[_-]64"
467 …64-$MINGW_W64_VERSION/mingw-w64-headers/configure --prefix=$INSTALL_DIR --host=$TARGET_TAG --build…
Dbuild-host-awk.sh46 AWK_SRCDIR=$ANDROID_NDK_ROOT/sources/host-tools/nawk-$AWK_VERSION
/ndk/toolchains/arm-linux-androideabi-4.4.3/
Dsetup.mk125 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \
129 -o $(call host-path,$@)
137 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \
141 -o $(call host-path,$@)
/ndk/sources/host-tools/make-3.81/config/
Dconfig.rpath48 host="$1"
49 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
50 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
51 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
DMakefile.in53 host_triplet = @host@
164 host = @host@
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dconfig.rpath33 host="$1"
34 host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
35 host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
36 host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
/ndk/sources/host-tools/sed-4.2.1/lib/
Dconfig.charset118 host="$1"
119 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
/ndk/sources/cxx-stl/gnu-libstdc++/
DAndroid.mk26 LOCAL_EXPORT_LDLIBS := $(call host-path,$(LOCAL_PATH)/libs/$(TARGET_ARCH_ABI)/libsupc++.a)
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_solaris.h18 # error Uncomment one of the defines (__SunOS_5_x) in the file stlport/stl/config/host.h

1234