nixpkgs/pkgs
Lluís Batlle i Rossell 51b1297c8a glibc: fix libgcc_s.so
It used to be a symlink, but now it is a link script. It's crucial to get
proper linking, specially on amrv5tel, where libgcc contains lot of code
related to the limited instruction set of the platform.

Without this fix, g++ shared lib linking was broken, because a "-lgcc" was
not propagated wherever "-lgcc_s" was required. The g++ spec only mentions
"-lgcc_s" and the "-lgcc" is introduced with the libgcc_s.so link script,
only available in the glibc path after this fix.

As a reminder, we put libgcc* in the glibc output to avoid having a
runtime dependency on the gcc path only because of the everywhere linked
libgcc. This problem was specially visible in platforms like armv5tel,
where most programs end up linked to libgcc. Platforms with a more rich
instruction set may rarely end up requiring a link to libgcc.
2015-04-29 10:09:07 +02:00
..
applications kdeApps_15_04: add libkdegames name 2015-04-28 11:10:25 -05:00
build-support Merge 'master' into staging 2015-04-26 22:52:08 +02:00
data Merge 'master' into staging 2015-04-26 22:52:08 +02:00
desktops remove plasma-5.2.2 2015-04-28 11:10:25 -05:00
development glibc: fix libgcc_s.so 2015-04-29 10:09:07 +02:00
games Merge 'master' into staging 2015-04-26 22:52:08 +02:00
misc Merge pull request #7389 from AndersonTorres/atari++ 2015-04-26 10:05:14 +02:00
os-specific Merge 'master' into staging 2015-04-26 22:52:08 +02:00
servers mariadb: Propagate library paths in mysql_config 2015-04-28 18:27:39 -07:00
shells meta.licenses -> license 2015-04-21 23:10:07 +02:00
stdenv Merge 'master' into staging 2015-04-26 22:52:08 +02:00
test
tools eggdrop: Refactor 2015-04-26 21:30:28 -07:00
top-level libxml2: Refactor and fix library propagation 2015-04-28 18:27:39 -07:00