@@ -46,7 +46,7 @@ RUN C:\msys64\usr\bin\bash.exe -l -c 'pacman -S --needed --noconfirm mingw-w64-x
4646RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'pacman -Scc --noconfirm'
4747
4848ARG BINUTILS=https://ftpmirror.gnu.org/gnu/binutils/binutils-2.45.tar.xz
49- ARG GCC=https://ftpmirror.gnu.org/gnu/gcc/gcc-14 .2.0/gcc-14 .2.0.tar.xz
49+ ARG GCC=https://ftpmirror.gnu.org/gnu/gcc/gcc-15 .2.0/gcc-15 .2.0.tar.xz
5050
5151RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
5252 Invoke-WebRequest $env:BINUTILS -OutFile "C:\W indows\T emp\b inutils-2.45.tar.xz" ; `
@@ -55,9 +55,9 @@ RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tl
5555 Remove-Item @('C:\W indows\T emp\* ' , 'C:\U sers\*\A ppdata\L ocal\T emp\* ' ) -Force -Recurse;
5656
5757RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; `
58- Invoke-WebRequest $env:GCC -OutFile "C:\W indows\T emp\g cc-14 .2.0.tar.xz" ; `
59- Start-Process -FilePath "C:\7 -Zip\7 z.exe" -ArgumentList e, "C:\W indows\T emp\g cc-14 .2.0.tar.xz" , `-y, `-oC:\W indows\T emp\ -NoNewWindow -PassThru -Wait; `
60- Start-Process -FilePath "C:\7 -Zip\7 z.exe" -ArgumentList x, "C:\W indows\T emp\g cc-14 .2.0.tar" , `-y, `-oC:\ -NoNewWindow -PassThru -Wait; `
58+ Invoke-WebRequest $env:GCC -OutFile "C:\W indows\T emp\g cc-15 .2.0.tar.xz" ; `
59+ Start-Process -FilePath "C:\7 -Zip\7 z.exe" -ArgumentList e, "C:\W indows\T emp\g cc-15 .2.0.tar.xz" , `-y, `-oC:\W indows\T emp\ -NoNewWindow -PassThru -Wait; `
60+ Start-Process -FilePath "C:\7 -Zip\7 z.exe" -ArgumentList x, "C:\W indows\T emp\g cc-15 .2.0.tar" , `-y, `-oC:\ -NoNewWindow -PassThru -Wait; `
6161 Remove-Item @('C:\W indows\T emp\* ' , 'C:\U sers\*\A ppdata\L ocal\T emp\* ' ) -Force -Recurse;
6262
6363ENV MSYSTEM MINGW64
@@ -70,11 +70,11 @@ RUN C:\msys64\usr\bin\bash.exe -l -c 'make -C /c/binutils-2.45 all -j8'
7070RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'make -C /c/binutils-2.45 install-strip'
7171RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'cp /c/binutils-2.45/COPYING* /DIST'
7272
73- RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'mkdir /c/gcc-14 .2.0/build && cd /c/gcc-14 .2.0/build && ../configure --target=mipsel-none-elf --without-isl --disable-nls --disable-threads --disable-shared --disable-libssp --disable-libstdcxx-pch --disable-libgomp --disable-werror --without-headers --disable-hosted-libstdcxx --with-as=/DIST/bin/mipsel-none-elf-as --with-ld=/DIST/bin/mipsel-none-elf-ld --enable-languages=c,c++ --prefix=/DIST || (cat /BUILD/config.log && exit 1)'
74- RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'make -C /c/gcc-14 .2.0/build all-gcc -j4'
75- RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'make -C /c/gcc-14 .2.0/build all-target-libgcc -j4'
76- RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'make -C /c/gcc-14 .2.0/build all-target-libstdc++-v3 -j4'
77- RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'make -C /c/gcc-14 .2.0/build install-strip-gcc install-strip-target-libgcc install-strip-target-libstdc++-v3'
73+ RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'mkdir /c/gcc-15 .2.0/build && cd /c/gcc-15 .2.0/build && ../configure --target=mipsel-none-elf --without-isl --disable-nls --disable-threads --disable-shared --disable-libssp --disable-libstdcxx-pch --disable-libgomp --disable-werror --without-headers --disable-hosted-libstdcxx --with-as=/DIST/bin/mipsel-none-elf-as --with-ld=/DIST/bin/mipsel-none-elf-ld --enable-languages=c,c++ --prefix=/DIST || (cat /BUILD/config.log && exit 1)'
74+ RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'make -C /c/gcc-15 .2.0/build all-gcc -j4'
75+ RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'make -C /c/gcc-15 .2.0/build all-target-libgcc -j4'
76+ RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'make -C /c/gcc-15 .2.0/build all-target-libstdc++-v3 -j4'
77+ RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'make -C /c/gcc-15 .2.0/build install-strip-gcc install-strip-target-libgcc install-strip-target-libstdc++-v3'
7878
7979RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'for t in cat cp echo mkdir rm touch which ; do cp /usr/bin/$t.exe /DIST/bin ; done'
8080RUN C:\m sys64\u sr\b in\b ash.exe -l -c 'cp /mingw64/bin/mingw32-make.exe /DIST/bin/make.exe'
0 commit comments