/ndk/build/awk/ |
D | gen-cygwin-deps-converter.awk | 98 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])
|
D | gen-windows-host-path.awk | 61 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/ |
D | default-build-commands.mk | 31 $(call host-path, $1) \ 33 $(call host-path, $2 $(PRIVATE_LIBGCC) $4) \ 69 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \ 73 -o $(call host-path,$(LOCAL_BUILT_MODULE)) 80 --sysroot=$(call host-path,$(PRIVATE_SYSROOT)) \ 84 -o $(call host-path,$(LOCAL_BUILT_MODULE)) 88 $(PRIVATE_AR) $(call host-path,$(LOCAL_BUILT_MODULE)) $(PRIVATE_AR_OBJECTS) 94 cmd-strip = $(PRIVATE_STRIP) --strip-unneeded $(call host-path,$1)
|
D | build-all.mk | 44 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))
|
D | definitions.mk | 149 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-rmdir = \ 181 host-rmdir = rm -rf $1 192 host-mkdir = md $(subst /,\,"$1") >NUL 2>NUL || rem 194 host-mkdir = mkdir -p $1 206 host-cp = copy /b/y $(subst /,\,"$1" "$2") > NUL 208 host-cp = cp -f $1 $2 [all …]
|
D | build-binary.mk | 50 $(hide) $(call host-rmdir,$(PRIVATE_CLEAN_FILES)) 246 …LOCAL_LDLIBS := $(LOCAL_LDLIBS) $(call host-path,$(NDK_ROOT)/sources/cxx-stl/gnu-libstdc++/$(TOOLC… 290 LOCAL_LDLIBS := -L$(call host-path,$(SYSROOT)/usr/lib) $(LOCAL_LDLIBS) 304 ar_objects := $(call host-path,$(LOCAL_OBJECTS)) 323 ar_objects := @$(call host-path,$(ar_list_file)) 334 linker_objects_and_libraries := @$(call host-path,$(linker_list_file)) 372 $(hide) $(call host-rm,$@) 406 $(hide) $(call host-cp,$<,$@) 422 $(hide) $(call host-install,$(PRIVATE_SRC),$(PRIVATE_DST))
|
D | setup-app.mk | 75 $(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))
|
D | init.mk | 158 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin) 202 $(call __ndk_info,Unsupported host architecture: $(UNAME)) 352 cygwin-to-host-path = $1 356 cygwin-to-host-path = $(strip $(shell $(CYGPATH) -m $1)) 359 …INDOWS_HOST_PATH_FRAGMENT := $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk) 362 … $(eval $(shell mount | $(HOST_AWK) -f $(BUILD_AWK)/gen-windows-host-path.awk -vVERBOSE=1)) 364 $(eval cygwin-to-host-path = $(WINDOWS_HOST_PATH_FRAGMENT))
|
D | build-local.mk | 69 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/ |
D | remote-cstms.c | 145 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/build/tools/toolchain-patches/python/Python-2.7.3/ |
D | 0011-re-configure-d.patch | 58 +host 81 + --host=HOST cross-compile to build programs to run on HOST [BUILD] 164 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5 165 +$as_echo_n "checking host system type... " >&6; } 181 +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;; 183 +host=$ac_cv_host 285 +case $host in 319 + You may tweak configure script for you host system: $host" >&5 322 + You may tweak configure script for you host system: $host" >&2;} 328 + case $host in [all …]
|
D | 0001-MINGW.patch | 8 +case $host in 21 dnl linux with 1.x(if someone still use it) and 2.x host kernels. 23 dnl install some host plaform specific files into subdirectory "plat-linux2". 24 +dnl In addition $host_os may contain specific settings for some host systems 25 +dnl as example mingwNN{YYYY} but the host winNN. So we may set MACHDEP 26 +dnl to winNN in this case, i.e. different host systems from gnu autotools 30 + dnl set MACHDEP only on certain host systems 31 + case $host in 33 + dnl we use only case based on "host triplet" 53 +case $host in [all …]
|
/ndk/build/tools/ |
D | build-host-prebuilts.sh | 158 copy_file_list "$ANDROID_NDK_ROOT" "$TMPDARWIN/ndk" sources/host-tools 228 run $BUILDTOOLS/build-host-make.sh $TOOLCHAIN_FLAGS 232 run $BUILDTOOLS/build-host-awk.sh $TOOLCHAIN_FLAGS 236 run $BUILDTOOLS/build-host-sed.sh $TOOLCHAIN_FLAGS 241 run $BUILDTOOLS/build-host-toolbox.sh $FLAGS
|
D | DEV-SCRIPTS-USAGE.TXT | 8 - 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 …]
|
D | make-release.sh | 206 timestamp_clear build-host-prebuilts 215 if timestamp_check build-host-prebuilts; then 219 timestamp_set build-host-prebuilts
|
D | build-host-gdb.sh | 166 bh_stamps_do host-expat-$1 build_expat $1 219 bh_stamps_do host-gdb-$1-$2-$3 build_host_gdb $1 $2 $3 244 bh_stamps_do install-host-gdb-$1-$2-$3 install_host_gdb $1 $2 $3
|
D | build-host-gcc.sh | 454 BUILD_DIR=/tmp/ndk-$USER/build/host-gcc 513 local TMPC=/tmp/build-host-gcc-$USER-$$.c 616 local TMPC=/tmp/build-host-gcc-bits-$USER-$$.c 1140 --host=$HOST \ 1177 --host=$HOST \ 1217 --host=$HOST \ 1341 --host=$HOST \ 1427 --host=$HOST \
|
D | build-mingw64-toolchain.sh | 284 echo "int main() { return 0; }" > $TEMP_DIR/test-host-cc.c 285 $PROBE_CC -c $TEMP_DIR/test-host-cc.c -o $TEMP_DIR/test-host-cc.o > /dev/null 288 file $TEMP_DIR/test-host-cc.o | grep -q -e "x86[_-]64" 511 …run $MINGW_W64_SRC/mingw-w64-headers/configure --prefix=$INSTALL_DIR --host=$TARGET_TAG --build=$H…
|
D | build-host-python.sh | 309 bh_stamps_do host-python-$1-$2 build_host_python $1 $2 333 bh_stamps_do install-host-python-$1-$2 install_host_python $1 $2
|
D | prebuilt-common.sh | 657 … LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6" 662 LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6" 732 … LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6"
|
/ndk/sources/host-tools/make-3.81/config/ |
D | config.rpath | 48 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/'`
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | config.rpath | 33 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/ |
D | config.charset | 118 host="$1" 119 os=`echo "$host" | sed -e 's/^[^-]*-[^-]*-\(.*\)$/\1/'`
|
/ndk/sources/cxx-stl/gnu-libstdc++/ |
D | Android.mk | 26 LOCAL_EXPORT_LDLIBS := $(call host-path,$(LOCAL_PATH)/$(TOOLCHAIN_VERSION)/libs/$(TARGET_ARCH_ABI)/…
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _solaris.h | 18 # error Uncomment one of the defines (__SunOS_5_x) in the file stlport/stl/config/host.h
|