Home
last modified time | relevance | path

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

/DragonOS/tools/
H A Dbuild_gcc_toolchain.sh127 BIN_UTILS_TAR="${BIN_UTILS}.tar.gz"
136 if [ ! -f "$BIN_UTILS_TAR" ]; then
140 wget "https://mirrors.ustc.edu.cn/gnu/binutils/${BIN_UTILS_TAR}" -P "$INSTALL_POS"
143 wget https://ftp.gnu.org/gnu/binutils/${BIN_UTILS_TAR} -P "$INSTALL_POS"
146 tar zxvf "$BIN_UTILS_TAR"
208 rm -rf "$BIN_UTILS_TAR"