nixpkgs/pkgs/os-specific
Sergei Trofimovich c6132dcf23 pkgsCross.mingwW64.windows.mcfgthreads: add gcc13 compatible version
Upstream `gcc-13` merged `mcfgthreads` support with a caveat: it's
headers interface is not compatible with the patch `nixpkgs` was
carrying in `gcc-12` and before.

To keep both new (`gcc13`) and old (`_pre_gcc13`) version I held back
previous `windows.mcfgthreads` attribute as
`windows.mcfgthreads_pre_gcc_13`. It is used for `gcc` before 13.

The change fixes the build of `pkgsCross.mingwW64.stdenv` itself and
example program:

    $ nix build --impure --expr 'with import ./. {}; pkgsCross.mingwW64.re2c.override { stdenv = pkgsCross.mingwW64.gcc11Stdenv; }'
2023-06-08 07:43:56 +01:00
..
bsd
darwin Merge master into staging-next 2023-06-05 12:01:12 +00:00
linux Merge pull request #235588 from vdot0x23/fix/criu-docker-checkpoints 2023-06-07 20:02:50 +02:00
solo5 solo5: 0.7.5 -> 0.8.0 2023-04-29 11:18:44 +00:00
windows pkgsCross.mingwW64.windows.mcfgthreads: add gcc13 compatible version 2023-06-08 07:43:56 +01:00