Home
last modified time | relevance | path

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

/DragonOS/tools/
H A Dbuild_gcc_toolchain.sh159 GCC_FILE_TAR="${GCC_FILE}.tar.gz"
167 if [ ! -f "$GCC_FILE_TAR" ]; then
171 … wget "https://mirrors.ustc.edu.cn/gnu/gcc/${GCC_FILE}/${GCC_FILE_TAR}" -P "$INSTALL_POS"
174 wget "http://ftp.gnu.org/gnu/gcc/${GCC_FILE}/${GCC_FILE_TAR}" -P "$INSTALL_POS"
177 tar zxvf "$GCC_FILE_TAR"
211 rm -rf "$GCC_FILE_TAR"