Home
last modified time | relevance | path

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

/ndk/build/tools/
Dbuild-gcc.sh530 run copy_directory "$TOOLCHAIN_BUILD_PREFIX" "$TOOLCHAIN_PATH"
537 TOOLCHAIN_TARGET_LIB_PATH="$TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/lib"
546 …dump "Building : $TOOLCHAIN GDB stub. "$TOOLCHAIN_PATH/bin/${ABI_CONFIGURE_TARGET}-gdb.exe", "$WIT…
557 …run $NDK_DIR/build/tools/build-gdb-stub.sh --gdb-executable-path="$TOOLCHAIN_PATH/bin/${ABI_CONFIG…
564 run cp -f $TOOLCHAIN_LICENSES/COPYING* $TOOLCHAIN_PATH
567 run rm -f $TOOLCHAIN_PATH/bin/*-gccbug
568 run rm -f $TOOLCHAIN_PATH/bin/*gdbtui$HOST_EXE
569 run rm -f $TOOLCHAIN_PATH/bin/*-run$HOST_EXE
570 run rm -rf $TOOLCHAIN_PATH/info
571 run rm -rf $TOOLCHAIN_PATH/man
[all …]
Dmake-standalone-toolchain.sh230 TOOLCHAIN_PATH="$NDK_DIR/toolchains/$TOOLCHAIN_NAME"
231 if [ ! -d "$TOOLCHAIN_PATH" ] ; then
268 if [ ! -d "$TOOLCHAIN_PATH/prebuilt" ]; then
274 if [ ! -d "$TOOLCHAIN_PATH/prebuilt/$SYSTEM" ] ; then
276 … echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v gdbserver`
280 TOOLCHAIN_PATH="$TOOLCHAIN_PATH/prebuilt/$SYSTEM"
281 TOOLCHAIN_GCC=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET-gcc
316 copy_directory "$TOOLCHAIN_PATH" "$TMPDIR"
Dprebuilt-common.sh1575 TOOLCHAIN_PATH=`get_toolchain_install "$1" $2`
1576 log "Using toolchain path: $TOOLCHAIN_PATH"
1578 TOOLCHAIN_PREFIX=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET
1589 TOOLCHAIN_PATH=`get_toolchain_install "$1" $2`
1590 if [ ! -d "$TOOLCHAIN_PATH" ] ; then
1591 echo "ERROR: Cannot find directory '$TOOLCHAIN_PATH'!"
Dbuild-llvm.sh471 run copy_directory "$TOOLCHAIN_BUILD_PREFIX" "$TOOLCHAIN_PATH"
481 ANALYZER_PATH="$TOOLCHAIN_PATH/bin/$ABI"
560 cp "$SRC_DIR/SOURCES" "$TOOLCHAIN_PATH/SOURCES"