nixpkgs/pkgs/development/compilers/gcc
Daniel Nagy 4f85840d25 gcc: provide build support for gccrs
Patches from the gccrs project are being upstreamed into gcc. With
these changes we are now able to build a gcc with rust support like
this:

```nix
wrapCC (gcc14.cc.override {
  langRust = true;
});
```

More info:

https://rust-gcc.github.io/

https://gcc.gnu.org/pipermail/gcc-patches/2022-December/608387.html
2024-08-06 20:26:34 +02:00
..
common gcc: provide build support for gccrs 2024-08-06 20:26:34 +02:00
patches Merge branch 'master' into staging-next 2024-07-27 09:18:58 +02:00
all.nix windows.mcfgthreads_pre_gcc_13: drop 2024-04-28 04:43:28 +02:00
default.nix gcc: provide build support for gccrs 2024-08-06 20:26:34 +02:00
versions.nix gcc12: 12.3.0 -> 12.4.0 2024-06-20 21:45:43 +01:00