nixpkgs/pkgs/development
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
..
arduino
compilers Merge 'master' into staging 2015-04-26 22:52:08 +02:00
coq-modules bedrock: Don't bulid Cito without the platform 2015-04-10 14:13:54 -05:00
eclipse
go-modules/generic pond: fix build by renaming imports, also add renameImports to goBuildPackage 2015-04-16 18:43:37 +02:00
guile-modules
haskell-modules Merge 'master' into staging 2015-04-26 22:52:08 +02:00
interpreters Make tcl and tk versions generic 2015-04-26 21:30:01 -07:00
libraries glibc: fix libgcc_s.so 2015-04-29 10:09:07 +02:00
lisp-modules Apparently https:// is now required for iterate darcs 2015-04-26 20:58:05 +03:00
lua-modules
misc
mobile androidEnv.platformTools: add /bin 2015-04-22 17:35:00 +03:00
ocaml-modules meta.licenses -> license 2015-04-21 23:10:07 +02:00
perl-modules
pharo Update pharo-vm to add missing PharoV40.sources 2015-04-17 15:52:07 +02:00
pure-modules/pure-gsl
python-modules Fix some platforms 2015-04-25 21:27:53 -07:00
qtcreator
r-modules r-modules: disable broken builds on Hydra 2015-04-20 17:38:46 +02:00
ruby-modules
tools sysbench: Update to 2015-04-22 2015-04-28 18:27:39 -07:00
web Merge pull request #7556 from offlinehacker/pkgs/node-packages/fix_platforms 2015-04-25 16:21:51 +02:00