Home
last modified time | relevance | path

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

/ndk/build/tools/
Dbuild-gcc.sh300 run copy_directory "$TOOLCHAIN_BUILD_PREFIX" "$TOOLCHAIN_PATH"
303 run cp -f $TOOLCHAIN_LICENSES/COPYING $TOOLCHAIN_LICENSES/COPYING.LIB $TOOLCHAIN_PATH
306 run rm -f $TOOLCHAIN_PATH/bin/*-gccbug
307 run rm -rf $TOOLCHAIN_PATH/info
308 run rm -rf $TOOLCHAIN_PATH/man
309 run rm -rf $TOOLCHAIN_PATH/share
310 run rm -rf $TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/*/install-tools
311 run rm -rf $TOOLCHAIN_PATH/lib/gcc/$ABI_CONFIGURE_TARGET/*/plugin
312 run rm -rf $TOOLCHAIN_PATH/libexec/gcc/$ABI_CONFIGURE_TARGET/*/install-tools
313 run rm -rf $TOOLCHAIN_PATH/lib32/libiberty.a
[all …]
Dmake-standalone-toolchain.sh115 TOOLCHAIN_PATH="$NDK_DIR/toolchains/$TOOLCHAIN_NAME"
116 if [ ! -d "$TOOLCHAIN_PATH" ] ; then
143 if [ ! -d "$TOOLCHAIN_PATH/prebuilt" ] ; then
149 if [ ! -d "$TOOLCHAIN_PATH/prebuilt/$SYSTEM" ] ; then
151 … echo "Try --system=<name> with one of: " `(cd $TOOLCHAIN_PATH/prebuilt && ls) | grep -v gdbserver`
155 TOOLCHAIN_PATH="$TOOLCHAIN_PATH/prebuilt/$SYSTEM"
156 TOOLCHAIN_GCC=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET-gcc
191 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.sh1183 log "Using toolchain path: $TOOLCHAIN_PATH"
1185 TOOLCHAIN_PREFIX=$TOOLCHAIN_PATH/bin/$ABI_CONFIGURE_TARGET
1197 if [ ! -d "$TOOLCHAIN_PATH" ] ; then
Dbuild-llvm.sh168 run copy_directory "$TOOLCHAIN_BUILD_PREFIX" "$TOOLCHAIN_PATH"