nixpkgs/pkgs/development/interpreters/guile
Lluís Batlle i Rossell a5fee3325a Fixing some things on the gcc-cross-wrapper (libc was not properly added to the
linking path), and with this achieved bash being cross-compilable.
I fixed the few expressions involved in bash building, so they have well stated
native and non-native inputs.

I also tried to cross-build guile, and with this I found a problem in the
actual cross-gcc: it calls the binutils ld, instead of the ld wrapper. This
way, the programs/shared_libraries don't get the proper -rpath.


svn path=/nixpkgs/branches/stdenv-updates/; revision=18497
2009-11-20 22:56:58 +00:00
..
1.9.nix GNU Guile 1.9: Remove unnecessary patch. 2009-11-18 13:41:17 +00:00
default.nix Fixing some things on the gcc-cross-wrapper (libc was not properly added to the 2009-11-20 22:56:58 +00:00
disable-gc-sensitive-tests.patch GNU Guile 1.9 with coverage analysis builds. 2009-10-28 16:16:23 +00:00
setup-hook.sh