nixpkgs/pkgs/development/compilers/gcc/common
polykernel ca20a96b5f treewide: concatStrings (intersperse ...) -> concatStringsSep ...
Update all usage of lib.concatStrings (lib.intersperse ...) to
lib.concatStringsSep. This produces the same result as per https://github.com/NixOS/nixpkgs/pull/135843,
however it yields a performance benefit on Nix versions that
support the builtins.concatStringsSep primop.
2021-08-28 11:57:59 -04:00
..
configure-flags.nix treewide: concatStrings (intersperse ...) -> concatStringsSep ... 2021-08-28 11:57:59 -04:00
extra-target-flags.nix treewide: remove inherited stdenv.lib 2021-01-27 12:44:43 +07:00
platform-flags.nix gcc: fix powerpc64-linux 2021-01-30 12:34:30 -08:00
pre-configure.nix gcc*: force building a cross compiler if host and target platform differ 2021-05-18 00:16:54 +02:00