Files
nixpkgs/pkgs/tools
Eelco Dolstra 65221567c1 glibc: Include a copy of libgcc_s.so.1
This prevents failures like "libgcc_s.so.1 must be installed for
pthread_cancel to work" that occur because Glibc assumes libgcc_s.so.1
to be in Glibc's libdir.

This solution is pretty hacky, because the libgcc_s.so.1 from
bootstrap-tools might be too old. So if we update GCC, programs might
end up using an outdated libgcc_s.so.1. Ideally, we would build
libgcc_s.so.1 *before* Glibc, which might not be impossible...

Fixes #3548.
2014-11-11 10:23:26 +01:00
..
2014-08-24 22:31:37 +02:00
2014-10-18 19:18:43 +02:00
2014-10-01 22:29:33 +02:00
2014-10-07 21:50:40 +02:00
2014-10-23 09:21:12 -04:00
2014-10-21 20:19:57 +02:00