nixpkgs/pkgs/development/compilers/gcc/7
Matthew Bauer 9c4fbf9cb1 gcc: don’t require "lib" output
libgccjit is a library but is used as a compiler. So it references a
bunch of compiler things in $out. To avoid a cycle, we need to put
everything in $out, so referenced to $lib need to be replaced with
${!outputLib}.
2020-05-05 22:23:26 -05:00
..
default.nix gcc: don’t require "lib" output 2020-05-05 22:23:26 -05:00
riscv-no-relax.patch gcc: Add uncommitted patch. 2018-03-16 16:39:55 -04:00
riscv-pthread-reentrant.patch