Trying to make gcc 4.5 cross-buildable

svn path=/nixpkgs/branches/stdenv-updates/; revision=22848
This commit is contained in:
Lluís Batlle i Rossell
2010-08-01 21:21:26 +00:00
parent 2954596106
commit da3ba13fb5
8 changed files with 114 additions and 20 deletions
@@ -12,6 +12,10 @@ stdenv.mkDerivation rec {
configureFlags = "--with-ppl=${ppl}";
crossAttrs = {
configureFlags = "--with-ppl=${ppl.hostDrv}";
};
doCheck = true;
meta = {