nixpkgs/pkgs/top-level
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
..
all-packages.nix Fixed some details on cross compilation. Among others: 2009-11-21 02:42:52 +00:00
guile-2-test.nix GNU Guile 1.9 with coverage analysis builds. 2009-10-28 16:16:23 +00:00
haskell-packages.nix Updated utf8-string, added mpppc. 2009-11-06 14:09:30 +00:00
make-tarball.nix * Use the stable Nix to test the Nixpkgs expressions, since we always 2009-11-18 12:22:24 +00:00
mingw.nix * Remove execute permission. 2006-09-11 13:37:46 +00:00
perl-packages.nix * Added Digest::SHA. 2009-11-17 13:07:14 +00:00
python-packages.nix Updating from trunk. 2009-11-08 00:40:07 +00:00
release.nix * Remove some old Emacs versions. 2009-11-19 17:36:43 +00:00