nixpkgs/pkgs
Lluís Batlle i Rossell 9af474ca72 Fixing a problem of nscd on (only) armv5tel (soft-float).
It gets linked to libgcc_s (shared lib) unless doing the trick I thought feasible of
telling 'configure' that the linker does not support "as-needed".
I found this reading their 'configure' script.

We don't want nscd linked to libgcc because that would make glibc dependant on the
previous gcc. This only happens on armv5tel, for the supported platforms.

svn path=/nixpkgs/branches/stdenv-updates/; revision=24959
2010-12-02 22:23:15 +00:00
..
applications Adding a stdenv version of links2, to be able to cross-build it. This can be removed once 2010-11-29 18:03:03 +00:00
build-support Updating from trunk again 2010-11-17 17:03:09 +00:00
data Do not inherit missing version attribute 2010-11-24 13:53:11 +00:00
desktops Updating from trunk - I hope I fixed the conflict around gettext - I left it as 2010-11-26 14:40:39 +00:00
development Fixing a problem of nscd on (only) armv5tel (soft-float). 2010-12-02 22:23:15 +00:00
games Updating from trunk again 2010-11-17 17:03:09 +00:00
lib Updating from trunk - I hope I fixed the conflict around gettext - I left it as 2010-11-26 14:40:39 +00:00
misc Updating busybox 2010-11-25 09:05:04 +00:00
os-specific Fixing the sysvinit crossbuild (now yes) 2010-11-26 20:08:14 +00:00
servers Making gpm generate proper files in $out/lib, that allow good cross-linking. I 2010-11-29 23:51:24 +00:00
shells Adding support for job control in bash cross-building, because otherwise it does not get built. 2010-11-27 15:49:43 +00:00
stdenv Making the addCoverageInformation stdenv adapter better in the sense that it 2010-11-30 14:10:52 +00:00
test
tools Making ts and tm crossbuild 2010-11-26 14:12:10 +00:00
top-level Fixing the build of dev86 (it does not like gnumake 3.82) 2010-11-30 14:46:07 +00:00