Patches for mpfr to work on mips with gcc newer or equal to 4.4

svn path=/nixpkgs/branches/stdenv-updates/; revision=22843
This commit is contained in:
Lluís Batlle i Rossell
2010-08-01 21:02:30 +00:00
parent 5cc46602ce
commit eb7ad28899
3 changed files with 261 additions and 0 deletions
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
buildInputs = [ gmp ];
patches = [ ./patch01.patch ./patch02.patch ];
doCheck = true;
enableParallelBuilding = true;