Commit 855695d8 authored by Adam Joseph's avatar Adam Joseph Committed by Adam Joseph
Browse files

gcc: inline pointless inherit ({..})

parent b9c6f5b7
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -15851,10 +15851,8 @@ with pkgs;
  default-gcc-version =
    if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6
    else 12;
  inherit ({
  gcc = pkgs.${"gcc${toString default-gcc-version}"};
  gccFun = callPackage ../development/compilers/gcc;
    }) gcc gccFun;
  gcc-unwrapped = gcc.cc;
  wrapNonDeterministicGcc = stdenv: ccWrapper: