nixpkgs/pkgs/development/compilers/gcc
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
..
4.8 libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
4.9 libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
6 libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
7 libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
8 libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
9 libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
10 libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
11 libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
12 libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
common libgccjit: don't try to enter into non-existent $lib output 2022-08-20 12:51:36 +01:00
builder.sh gcc: factor out $linkLib64toLib, move it from bash to nix 2022-08-05 13:52:25 -07:00
gcc-12-gfortran-driving.patch gcc12, gfortran12, gnat12: init at 12.1.0 2022-05-07 13:50:47 +01:00
gcc-12-no-sys-dirs.patch gcc12, gfortran12, gnat12: init at 12.1.0 2022-05-07 13:50:47 +01:00
gfortran-darwin-NXConstStr.patch
gfortran-driving.patch
gnat-cflags-11.patch
gnat-cflags.patch
libgomp-dont-force-initial-exec.patch
libphobos.patch
libsanitizer-no-cyclades-9.patch
libsanitizer-no-cyclades.patch
libstdc++-netbsd-ctypes.patch
libstdc++-target.patch
no-sys-dirs-riscv-gcc9.patch gcc9: Add no-sys-dir patch for RISC-V (#154230) 2022-01-12 06:27:48 -05:00
no-sys-dirs-riscv.patch gcc{10,11}: add no-sys-dir patch for RiscV 2021-11-30 16:58:45 +08:00
no-sys-dirs.patch
parallel-bconfig.patch
ppc-musl.patch
res_state-not-declared.patch
sigsegv-not-declared.patch
struct-sigaltstack-4.9.patch
struct-sigaltstack.patch
struct-ucontext-4.5.patch
struct-ucontext-4.8.patch
struct-ucontext-libjava.patch
struct-ucontext.patch
update-mcfgthread-patches.sh
use-source-date-epoch.patch