Home
last modified time | relevance | path

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

/DragonOS-0.1.8/tools/
Dbuild_gcc_toolchain.sh107 BIN_UTILS_TAR="${BIN_UTILS}.tar.gz"
115 if [ ! -f "$BIN_UTILS_TAR" ]; then
119 wget "https://mirrors.ustc.edu.cn/gnu/binutils/${BIN_UTILS_TAR}" -P "$INSTALL_POS"
122 wget https://ftp.gnu.org/gnu/binutils/${BIN_UTILS_TAR} -P "$INSTALL_POS"
125 tar zxvf "$BIN_UTILS_TAR"
187 rm -rf "$BIN_UTILS_TAR"