Build scripts: updated tool versions

This commit is contained in:
sech1
2025-08-29 23:32:29 +02:00
parent 2a9cf67c3a
commit 4a2b75c7fb
3 changed files with 14 additions and 14 deletions

View File

@@ -106,11 +106,11 @@ mkdir build && cd build
make -j$(nproc)
make install
echo "Installing GCC 15.1.0"
echo "Installing GCC 15.2.0"
cd /root
git clone --depth 1 --branch releases/gcc-15.1.0 --jobs $(nproc) git://gcc.gnu.org/git/gcc.git gcc-15
git clone --depth 1 --branch releases/gcc-15.2.0 --jobs $(nproc) git://gcc.gnu.org/git/gcc.git gcc-15
cd gcc-15
contrib/download_prerequisites