Home
last modified time | relevance | path

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

/DragonOS-0.1.3/tools/
Dbuild_gcc_toolchain.sh97 BIN_UTILS_TAR="${BIN_UTILS}.tar.gz"
105 if [ ! -f "$BIN_UTILS_TAR" ]; then
109 wget "https://mirrors.ustc.edu.cn/gnu/binutils/${BIN_UTILS_TAR}" -P "$INSTALL_POS"
112 wget https://ftp.gnu.org/gnu/binutils/${BIN_UTILS_TAR} -P "$INSTALL_POS"
115 tar zxvf "$BIN_UTILS_TAR"
178 rm -rf "$BIN_UTILS_TAR"