Trying to disable ppl in the cross-gcc. ppl does not build since the gmp update.

svn path=/nixpkgs/branches/stdenv-updates/; revision=20839
This commit is contained in:
Lluís Batlle i Rossell 2010-03-27 18:23:41 +00:00
parent e7f9d4e03f
commit c7bc635983

View file

@ -1964,7 +1964,7 @@ let
};
gcc44_realCross = makeOverridable (import ../development/compilers/gcc-4.4) {
inherit stdenv fetchurl texinfo gmp mpfr ppl cloogppl noSysDirs
inherit stdenv fetchurl texinfo gmp mpfr /* ppl cloogppl */ noSysDirs
gettext which;
binutilsCross = binutilsCross;
libcCross = libcCross;