nixpkgs-suyu/pkgs/development/compilers/gcc/9
Sergei Trofimovich 1f7186ab5c libgccjit: don't try to enter into non-existent $lib output
Fixes build failure on `staging-next` introduced by commit c817efe6
("gcc: extend stripping of .a libraries and .o objects"):

    ...-bootstrap-stage3-stdenv-linux/setup: line 106: pushd: no other directory

Build failure happens because `libgccjit` has different `outputs` layout
compared to the rest of `gcc` derivations:

     outputs = [ "out" "man" "info" ] ++ lib.optional (!langJit) "lib";

The change carves out `$lib` lib handling part to avoid `gcc` rebuild
in `staging-next`.
2022-08-20 12:51:36 +01:00
..
Added-mcf-thread-model-support-from-mcfgthread.patch
avoid-cycling-subreg-reloads.patch
default.nix libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
gcc9-asan-glibc-2.34.patch