diff --git a/fetch b/fetch index 37f6fb5..2150306 100755 --- a/fetch +++ b/fetch @@ -13,3 +13,7 @@ sha256sum -c 'sha256sums.txt' tar -xf "$SRC/binutils-2.37.tar.xz" -C "$SRC" tar -xf "$SRC/gcc-11.2.0.tar.xz" -C "$SRC" + +# First download GCC prequistes... +cd $SRC/gcc-11.2.0/ +./contrib/download_prerequisites