Searched refs:GCC_DIR (Results 1 – 2 of 2) sorted by relevance
375 for GCC_DIR in $GCC_DIRS; do377 if [ -d "$GCC_DIR/libstdc++-v3/python" ]; then378 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)/" \;
1486 local BINUTILS_DIR GCC_DIR TARGET_LIBS_DIR INSTALL_DIR PROG1493 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" &&