Home
last modified time | relevance | path

Searched refs:GCC_DIR (Results 1 – 2 of 2) sorted by relevance

/ndk/build/tools/
Dbuild-host-python.sh375 for GCC_DIR in $GCC_DIRS; do
377 if [ -d "$GCC_DIR/libstdc++-v3/python" ]; then
378 cd "$GCC_DIR/libstdc++-v3/python"
379 …[ -d "$PYPPDIR/libstdcxx/$(basename $GCC_DIR)" ] || mkdir -p "$PYPPDIR/libstdcxx/$(basename $GCC_D…
380 run2 find . -path "*.py" -exec cp {} "$PYPPDIR/libstdcxx/$(basename $GCC_DIR)/" \;
Dbuild-host-gcc.sh1486 local BINUTILS_DIR GCC_DIR TARGET_LIBS_DIR INSTALL_DIR PROG
1493 GCC_DIR=$(host_gcc_install_dir)
1507 run2 copy_directory "$GCC_DIR/bin" "$INSTALL_DIR/bin" &&
1508 run2 copy_directory "$GCC_DIR/lib/gcc/$TARGET" "$INSTALL_DIR/lib/gcc/$TARGET" &&
1509 run2 copy_directory "$GCC_DIR/libexec/gcc/$TARGET" "$INSTALL_DIR/libexec/gcc/$TARGET" &&