Files
nixpkgs/pkgs/development/compilers/gcc
Andreas Fuchs 1759959863 gcc: On darwin, adjust IDs of installed .so files also
Turns out that libgccjit gets installed as a .so file, which the gcc
builder.sh didn't change: It only touched .dylib files; that means
that anything linking in libgccjit.so would receive an "Image not
found" error at load time.

With this change, we invoke `install_name_tool` on .so files too,
adjusting their dynamic linker ID, so that they too can be found.
2020-08-25 08:12:35 -04:00
..
2020-06-29 14:41:43 +02:00
2020-07-21 13:11:36 -07:00
2020-06-29 14:41:42 +02:00
2020-04-20 14:41:22 +02:00
2020-05-19 23:06:52 +02:00