Skip to content

Commit 41e40d8

Browse files
authored
Revert "gcc: gcc_13 → gcc_14" (#344210)
2 parents bcd5388 + 1ec3f1d commit 41e40d8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

nixos/doc/manual/release-notes/rl-2411.section.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
[2.24](https://nix.dev/manual/nix/latest/release-notes/rl-2.24).
1818
Notable changes include improvements to Git fetching, documentation comment support in `nix-repl> :doc`, as well as many quality of life improvements.
1919

20-
- GCC now defaults to major version 14 from previous 13. ([GCC Porting Guide](https://gcc.gnu.org/gcc-14/porting_to.html))
21-
2220
- Convenience options for `amdgpu`, open source driver for Radeon cards, is now available under `hardware.amdgpu`.
2321

2422
- [AMDVLK](https://github.com/GPUOpen-Drivers/AMDVLK), AMD's open source Vulkan driver, is now available to be configured as `hardware.amdgpu.amdvlk` option.

pkgs/top-level/all-packages.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14695,7 +14695,7 @@ with pkgs;
1469514695

1469614696
gbforth = callPackage ../development/compilers/gbforth { };
1469714697

14698-
default-gcc-version = 14;
14698+
default-gcc-version = 13;
1469914699
gcc = pkgs.${"gcc${toString default-gcc-version}"};
1470014700
gccFun = callPackage ../development/compilers/gcc;
1470114701
gcc-unwrapped = gcc.cc;

0 commit comments

Comments
 (0)