2 Commits

Author SHA1 Message Date
Alexey Pavlov
8f1f33aeab gcc: Update to 9.1.0 2019-07-04 15:37:45 +03:00
JPeterMugaas
316e7725dd This commit includes packages that depend upon each other so they are in the same pull-request. The original idea was to rebuild GCC 6.4.0 with the latest Cygwin patches and with the latest updated libraries that GCC uses as well an updated mingw-w64 from git. In addition, I also wanted to update the mingw-w64-cross toolchain so that the latest newlib library, 3.0.0 (included in Cygwin 2.10) can built using that. Unfortunately, the MPFR library will break GCC itself and gawk. To work around the issue, I had to copy the .DLL with the version number to the old name. I then rebuilt gawk with the latest version dropping an unneeded patch in the process.
gawk –  4.2.0-1 - Update to latest 4.2.0 version, remove unnecessary patch, rebuild with MPRF 4.0.0.1-3
gcc – 6.4.0-2 – rebuild 6.4.0 with isl 0.18, mpc 1.1.0-1 and mpfr 4.0.0.1-3
isl - 0.18-1 – Update to 0.18 version 4.0.0.1-3
Mingw-w64-crt-git – Update to latest mingw-w64 from git
mingw-w64-gcc – 6.4.0-2 – Update to gcc 6.4.0 – rebuild with isl 0.18-1 and mfpr 4.0.0.1-3. Skipped 1 rev to match gcc 6.4.0-2
mingw-w64-headers-git – Update to latest mingw-w64 from git
mingw-w64-tools-git – Update to latest mingw-w64 from git
mingw-w64-winpthreads-git – Update to latest mingw-w64 from git
mingw-w64-winstorecompat-git – Update to latest mingw-w64 from git
mpc – 1.1.0-1 – Update to mpc 1.1.0
mpr - 4.0.0.1-3 – Update to mpfr 4.0.0.1 – added workaround for issue I described above, rekey patches
msys2-w32api-headers-git – Update to latest mingw-w64 from git
msys2-w32api-runtime-git – Update to latest mingw-w64 from git
2018-01-26 08:14:19 -05:00