lol

gcc: enable withoutTargetLibc if target libc is null

authored by

sanana and committed by
Alyssa Ross
5046e89a aa95f390

+1 -1
+1 -1
pkgs/development/compilers/gcc/default.nix
··· 39 39 name ? "gcc", 40 40 libcCross ? null, 41 41 threadsCross ? { }, # for MinGW 42 - withoutTargetLibc ? false, 42 + withoutTargetLibc ? stdenv.targetPlatform.libc == null, 43 43 flex, 44 44 gnused ? null, 45 45 buildPackages,