nixpkgs/pkgs/development/libraries/glibc-2.9
Lluís Batlle i Rossell a263cb814e Fixed some details on cross compilation. Among others:
- Stating better the guile dependencies (native/host) for guile to build
- Fixing cross-linking, through --rpath-link (ld(1) explains well about it
- Made gcc call the linker and the assembler through the gcc wrapper instead of
  directly. I thought this was the source of missing -rpath's, but the source
  of the problem ended up being the lack of --rpath-link. But I think the
  native gcc calls the wrapped ld and as, so let's do the same cross
  compiling.
- Removed the binutilsCross from the glibc expressions. Now they are built
  using the gcc-cross-wrapper, and they were built with the direct gcc and
  binutils before this change.
- I think patchelf and strip don't break the cross-compiled binaries, so I
  reallow them on cross compilation.
- I disable the checkPhase on cross compilation. This made gmp and libtool
  fail when cross compiled, iirc.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18498
2009-11-21 02:42:52 +00:00
..
binutils-2.20.patch Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
binutils-ld.patch Fixing many things related to the cross compilation in stdenvCross. 2009-11-15 05:28:35 +00:00
builder.sh Making the definition of the cross compiling target an attribute set. 2009-11-16 23:21:13 +00:00
default.nix Fixed some details on cross compilation. Among others: 2009-11-21 02:42:52 +00:00
headers.nix My first attempt at getting cross compilers in nixpkgs. 2009-11-14 08:11:30 +00:00
headersbuilder.sh My first attempt at getting cross compilers in nixpkgs. 2009-11-14 08:11:30 +00:00
info.nix Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
locale-override.patch * A patch to Glibc to allow the location of locale-archive to be 2009-04-19 12:57:23 +00:00
locales.nix Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
localesbuilder.sh Porting changes from stdenv-updates into this branch. 2009-11-08 00:32:12 +00:00
nss-skip-unavail.patch * Glibc 2.9. Got rid of 2.8 because we never used it. 2008-12-10 11:06:23 +00:00
rpcgen-path.patch Glibc 2.9: Have rpcgen(1) look for cpp(1) in $PATH. 2009-04-22 12:55:47 +00:00