+6
-7
pkgs/development/compilers/gcc/10/default.nix
+6
-7
pkgs/development/compilers/gcc/10/default.nix
·········-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {
·········+(callPackage ../common/libgcc.nix { inherit version langC langCC langJit targetPlatform hostPlatform crossStageStatic; })
+1
-6
pkgs/development/compilers/gcc/11/default.nix
+1
-6
pkgs/development/compilers/gcc/11/default.nix
···-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {
+1
-6
pkgs/development/compilers/gcc/12/default.nix
+1
-6
pkgs/development/compilers/gcc/12/default.nix
···-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {
···+(callPackage ../common/libgcc.nix { inherit version langC langCC langJit targetPlatform hostPlatform crossStageStatic; })
+1
-6
pkgs/development/compilers/gcc/13/default.nix
+1
-6
pkgs/development/compilers/gcc/13/default.nix
···-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {
···+(callPackage ../common/libgcc.nix { inherit version langC langCC langJit targetPlatform hostPlatform crossStageStatic; })
+6
-7
pkgs/development/compilers/gcc/4.8/default.nix
+6
-7
pkgs/development/compilers/gcc/4.8/default.nix
·········-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {
·········+(callPackage ../common/libgcc.nix { inherit version langC langCC langJit targetPlatform hostPlatform crossStageStatic; })
+6
-7
pkgs/development/compilers/gcc/4.9/default.nix
+6
-7
pkgs/development/compilers/gcc/4.9/default.nix
·········-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {···
············+(callPackage ../common/libgcc.nix { inherit version langC langCC langJit targetPlatform hostPlatform crossStageStatic; })
+6
-7
pkgs/development/compilers/gcc/6/default.nix
+6
-7
pkgs/development/compilers/gcc/6/default.nix
·········-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {···
············+(callPackage ../common/libgcc.nix { inherit version langC langCC langJit targetPlatform hostPlatform crossStageStatic; })
+6
-7
pkgs/development/compilers/gcc/7/default.nix
+6
-7
pkgs/development/compilers/gcc/7/default.nix
·········-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {
·········+(callPackage ../common/libgcc.nix { inherit version langC langCC langJit targetPlatform hostPlatform crossStageStatic; })
+6
-7
pkgs/development/compilers/gcc/8/default.nix
+6
-7
pkgs/development/compilers/gcc/8/default.nix
·········-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {
·········+(callPackage ../common/libgcc.nix { inherit version langC langCC langJit targetPlatform hostPlatform crossStageStatic; })
+5
-5
pkgs/development/compilers/gcc/9/default.nix
+5
-5
pkgs/development/compilers/gcc/9/default.nix
·········-// optionalAttrs (targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt" && crossStageStatic) {
·········+(callPackage ../common/libgcc.nix { inherit version langC langCC langJit targetPlatform hostPlatform crossStageStatic; })
+31
-3
pkgs/development/compilers/gcc/common/libgcc.nix
+31
-3
pkgs/development/compilers/gcc/common/libgcc.nix
···(pkg: pkg.overrideAttrs (previousAttrs: lib.optionalAttrs ((!langC) || langJit || enableLibGccOutput) {···
···(pkg: pkg.overrideAttrs (previousAttrs: lib.optionalAttrs ((!langC) || langJit || enableLibGccOutput) {···