Home
last modified time | relevance | path

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

/DragonOS-0.1.3/tools/
Dbuild_gcc_toolchain.sh127 GCC_FILE="gcc-11.3.0"
128 GCC_FILE_TAR="${GCC_FILE}.tar.gz"
135 if [ ! -d "$GCC_FILE" ]; then
140 … wget "https://mirrors.ustc.edu.cn/gnu/gcc/${GCC_FILE}/${GCC_FILE_TAR}" -P "$INSTALL_POS"
143 wget "http://ftp.gnu.org/gnu/gcc/${GCC_FILE}/${GCC_FILE_TAR}" -P "$INSTALL_POS"
151 …../${GCC_FILE}/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --enable-languages=c,c+…
180 rm -rf "$GCC_FILE"