Home
last modified time | relevance | path

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

/ndk/build/tools/
Dbuild-gcc.sh346 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_PATH
362 run rm -f $TOOLCHAIN_PATH/bin/*-gccbug
363 run rm -rf $TOOLCHAIN_PATH/info
364 run rm -rf $TOOLCHAIN_PATH/man
365 run rm -rf $TOOLCHAIN_PATH/share
366 run rm -rf $TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/*/install-tools
367 run rm -rf $TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/*/plugin
368 run rm -rf $TOOLCHAIN_PATH/libexec/gcc/$ABI_CONFIGURE_TARGET/*/install-tools
[all …]
Dmake-standalone-toolchain.sh124 TOOLCHAIN_PATH="$NDK_DIR/toolchains/$TOOLCHAIN_NAME"
125 if [ ! -d "$TOOLCHAIN_PATH" ] ; then
152 if [ ! -d "$TOOLCHAIN_PATH/prebuilt" ] ; then
158 if [ ! -d "$TOOLCHAIN_PATH/prebuilt/$SYSTEM" ] ; then
160 … 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-gcc
200 run copy_directory "$TOOLCHAIN_PATH" "$TMPDIR"
Dbuild-gdbserver.sh50 if [ -d $TOOLCHAIN_PATH/sysroot ] ; then
51 SYSROOT=$TOOLCHAIN_PATH/sysroot
179 "-I$TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/$GCC_VERSION/include \
Dprebuilt-common.sh1362 TOOLCHAIN_PATH=`get_toolchain_install "$1" $2`
1363 log "Using toolchain path: $TOOLCHAIN_PATH"
1365 TOOLCHAIN_PREFIX=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET
1376 TOOLCHAIN_PATH=`get_toolchain_install "$1" $2`
1377 if [ ! -d "$TOOLCHAIN_PATH" ] ; then
1378 echo "ERROR: Cannot find directory '$TOOLCHAIN_PATH'!"
Dbuild-llvm.sh367 run copy_directory "$TOOLCHAIN_BUILD_PREFIX" "$TOOLCHAIN_PATH"
371 ANALYZER_PATH="$TOOLCHAIN_PATH/bin/$ABI"