Changed GCC version to 13.4.0

This commit is contained in:
2025-12-03 08:27:07 +03:00
parent e2baec4fa8
commit e06aaea195

View File

@@ -47,14 +47,14 @@ cd ..
###############
echo "== Сборка GCC Stage 1 =="
cd gcc-10.1.0
cd gcc-13.4.0
./contrib/download_prerequisites
cd ..
mkdir -p build-gcc1
cd build-gcc1
../gcc-10.1.0/configure \
../gcc-13.4.0/configure \
--target=${TARGET} \
--prefix=${TOP}/install \
--with-arch=${SUBARCH} \
@@ -111,7 +111,7 @@ echo "== Сборка финального GCC =="
mkdir -p build-gcc2
cd build-gcc2
../gcc-10.1.0/configure \
../gcc-13.4.0/configure \
--target=${TARGET} \
--prefix=${TOP}/install \
--with-sysroot=${TOP}/install/sysroot \