Home
last modified time | relevance | path

Searched refs:INSTALL_DIR (Results 1 – 4 of 4) sorted by relevance

/ndk/build/tools/
Dbuild-mingw64-toolchain.sh348 echo "$MD5SUM $PKG_URL" >> $INSTALL_DIR/README
376 INSTALL_DIR=$TEMP_DIR/install-$HOST_TAG/$TARGET_TAG
381 rm -rf $INSTALL_DIR
386 mkdir -p $INSTALL_DIR
390 cp $0 $INSTALL_DIR/ &&
391 …e has been automatically generated on $(date) with the following command:" > $INSTALL_DIR/README &&
392 echo "$PROGNAME $@" >> $INSTALL_DIR/README &&
393 echo "" >> $INSTALL_DIR/README &&
394 echo "The MD5 hashes for the original sources packages are:" >> $INSTALL_DIR/README
403 PREFIX_FOR_TARGET=$INSTALL_DIR/$TARGET_TAG
[all …]
Dbuild-host-gcc.sh1097 local INSTALL_DIR=$(arch_sysroot_install_dir $ARCH)
1100 run2 $NDK_BUILDTOOLS_PATH/gen-platforms.sh --minimal --arch=$ARCH --dst-dir="$INSTALL_DIR"
1118 local INSTALL_DIR="$(host_prereqs_install_dir)"
1130 --prefix=$INSTALL_DIR \
1153 local INSTALL_DIR="$(host_prereqs_install_dir)"
1167 --prefix=$INSTALL_DIR \
1171 --with-gmp=$INSTALL_DIR &&
1193 local INSTALL_DIR="$(host_prereqs_install_dir)"
1207 --prefix=$INSTALL_DIR \
1211 --with-gmp=$INSTALL_DIR \
[all …]
Dmake-standalone-toolchain.sh50 INSTALL_DIR=
51 register_var_option "--install-dir=<path>" INSTALL_DIR "Don't create package, install files to <pat…
341 if [ -n "$INSTALL_DIR" ] ; then
342 dump "Copying files to: $INSTALL_DIR"
343 run copy_directory "$TMPDIR" "$INSTALL_DIR"
/ndk/sources/cxx-stl/llvm-libc++/
DMakefile17 INSTALL_DIR=$(DSTROOT)/$(INSTALL_PREFIX) macro
50 mkdir -p $(INSTALL_DIR)/usr/lib
51 strip -S -o $(INSTALL_DIR)/usr/lib/libc++.1.dylib \
53 cd $(INSTALL_DIR)/usr/lib && ln -s libc++.1.dylib libc++.dylib