Searched refs:TOOLCHAIN_PATH (Results 1 – 5 of 5) sorted by relevance
346 run copy_directory "$TOOLCHAIN_BUILD_PREFIX" "$TOOLCHAIN_PATH"353 TOOLCHAIN_TARGET_LIB_PATH="$TOOLCHAIN_PATH/$ABI_CONFIGURE_TARGET/lib"359 run cp -f $TOOLCHAIN_LICENSES/COPYING $TOOLCHAIN_LICENSES/COPYING.LIB $TOOLCHAIN_PATH362 run rm -f $TOOLCHAIN_PATH/bin/*-gccbug363 run rm -rf $TOOLCHAIN_PATH/info364 run rm -rf $TOOLCHAIN_PATH/man365 run rm -rf $TOOLCHAIN_PATH/share366 run rm -rf $TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/*/install-tools367 run rm -rf $TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/*/plugin368 run rm -rf $TOOLCHAIN_PATH/libexec/gcc/$ABI_CONFIGURE_TARGET/*/install-tools[all …]
124 TOOLCHAIN_PATH="$NDK_DIR/toolchains/$TOOLCHAIN_NAME"125 if [ ! -d "$TOOLCHAIN_PATH" ] ; then152 if [ ! -d "$TOOLCHAIN_PATH/prebuilt" ] ; then158 if [ ! -d "$TOOLCHAIN_PATH/prebuilt/$SYSTEM" ] ; then160 … echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v gdbserver`164 TOOLCHAIN_PATH="$TOOLCHAIN_PATH/prebuilt/$SYSTEM"165 TOOLCHAIN_GCC=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET-gcc200 run copy_directory "$TOOLCHAIN_PATH" "$TMPDIR"
50 if [ -d $TOOLCHAIN_PATH/sysroot ] ; then51 SYSROOT=$TOOLCHAIN_PATH/sysroot179 "-I$TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/$GCC_VERSION/include \
1362 TOOLCHAIN_PATH=`get_toolchain_install "$1" $2`1363 log "Using toolchain path: $TOOLCHAIN_PATH"1365 TOOLCHAIN_PREFIX=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET1376 TOOLCHAIN_PATH=`get_toolchain_install "$1" $2`1377 if [ ! -d "$TOOLCHAIN_PATH" ] ; then1378 echo "ERROR: Cannot find directory '$TOOLCHAIN_PATH'!"
367 run copy_directory "$TOOLCHAIN_BUILD_PREFIX" "$TOOLCHAIN_PATH"371 ANALYZER_PATH="$TOOLCHAIN_PATH/bin/$ABI"