I made changes to achieve a working cross-built gcc wrapper. Now,

"gcc45.hostDrv" works in the host system, together with libc, binutils, dynamic
linker, ...


svn path=/nixpkgs/branches/stdenv-updates/; revision=24971
This commit is contained in:
Lluís Batlle i Rossell
2010-12-04 21:45:37 +00:00
parent cd9d91306c
commit 1b62c9c061
4 changed files with 26 additions and 3 deletions

View File

@@ -81,4 +81,8 @@ stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.ludo ];
};
passthru = {
shellPath = "/bin/bash";
};
}