Searched refs:TOOLCHAIN_PATH (Results 1 – 4 of 4) sorted by relevance
517 run copy_directory "$TOOLCHAIN_BUILD_PREFIX" "$TOOLCHAIN_PATH"524 TOOLCHAIN_TARGET_LIB_PATH="$TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/lib"533 …dump "Building : $TOOLCHAIN GDB stub. "$TOOLCHAIN_PATH/bin/${ABI_CONFIGURE_TARGET}-gdb.exe", "$WIT…544 …run $NDK_DIR/build/tools/build-gdb-stub.sh --gdb-executable-path="$TOOLCHAIN_PATH/bin/${ABI_CONFIG…551 run cp -f $TOOLCHAIN_LICENSES/COPYING $TOOLCHAIN_LICENSES/COPYING.LIB $TOOLCHAIN_PATH554 run rm -f $TOOLCHAIN_PATH/bin/*-gccbug555 run rm -f $TOOLCHAIN_PATH/bin/*gdbtui$HOST_EXE556 run rm -f $TOOLCHAIN_PATH/bin/*-run$HOST_EXE557 run rm -rf $TOOLCHAIN_PATH/info558 run rm -rf $TOOLCHAIN_PATH/man[all …]
218 TOOLCHAIN_PATH="$NDK_DIR/toolchains/$TOOLCHAIN_NAME"219 if [ ! -d "$TOOLCHAIN_PATH" ] ; then256 if [ ! -d "$TOOLCHAIN_PATH/prebuilt" ]; then262 if [ ! -d "$TOOLCHAIN_PATH/prebuilt/$SYSTEM" ] ; then264 … echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v gdbserver`268 TOOLCHAIN_PATH="$TOOLCHAIN_PATH/prebuilt/$SYSTEM"269 TOOLCHAIN_GCC=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET-gcc304 run copy_directory "$TOOLCHAIN_PATH" "$TMPDIR"
1507 TOOLCHAIN_PATH=`get_toolchain_install "$1" $2`1508 log "Using toolchain path: $TOOLCHAIN_PATH"1510 TOOLCHAIN_PREFIX=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET1521 TOOLCHAIN_PATH=`get_toolchain_install "$1" $2`1522 if [ ! -d "$TOOLCHAIN_PATH" ] ; then1523 echo "ERROR: Cannot find directory '$TOOLCHAIN_PATH'!"
437 run copy_directory "$TOOLCHAIN_BUILD_PREFIX" "$TOOLCHAIN_PATH"447 ANALYZER_PATH="$TOOLCHAIN_PATH/bin/$ABI"526 cp "$SRC_DIR/SOURCES" "$TOOLCHAIN_PATH/SOURCES"