Home
last modified time | relevance | path

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

/DragonOS-0.1.8/tools/
Dbuild_gcc_toolchain.sh137 GCC_FILE="gcc-11.3.0"
138 GCC_FILE_TAR="${GCC_FILE}.tar.gz"
145 if [ ! -d "$GCC_FILE" ]; then
150 … wget "https://mirrors.ustc.edu.cn/gnu/gcc/${GCC_FILE}/${GCC_FILE_TAR}" -P "$INSTALL_POS"
153 wget "http://ftp.gnu.org/gnu/gcc/${GCC_FILE}/${GCC_FILE_TAR}" -P "$INSTALL_POS"
161 …../${GCC_FILE}/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --enable-languages=c,c+…
189 rm -rf "$GCC_FILE"